/*
Theme Name: Store Theme
Theme URI: https://example.test/store-theme
Author: Store Team
Description: An editorial, mobile-first WooCommerce block theme for Lunara.
Version: 1.1.0
Requires at least: 6.9
Requires PHP: 8.3
Text Domain: store-theme
License: GPL-2.0-or-later
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
}

img {
	height: auto;
	max-width: 100%;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--wp--preset--color--highlight);
	outline-offset: 3px;
}
