/*
Theme Name: Lynnify Glass
Theme URI: https://www.lynnify.com
Author: Lynnify
Description: A Liquid Glass storefront theme for Lynnify. Translucent layered surfaces, large-title navigation and glossy controls, built on Lynnify's champagne and plum palette rather than a stock system blue. WooCommerce-ready, with the checkout money path left on WooCommerce's own templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lynnify-glass
Tags: e-commerce, custom-menu, featured-images, translation-ready, block-styles, wide-blocks
*/

/* Implementation lives in assets/css/glass.css — this file carries the theme
   header and a minimal reset so the stylesheet order stays predictable. */

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

body {
	margin: 0;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	white-space: normal;
}

.alignwide {
	width: min(100% - 2.5rem, 1400px);
	margin-inline: auto;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.aligncenter {
	margin-inline: auto;
}
