/**
 * Ž.O.Domus — self-hosted fonts (GDPR-friendly, no Google CDN calls).
 *
 * Variable woff2 files served from /assets/fonts/. One @font-face per family +
 * subset (latin / latin-ext), with a font-weight RANGE — the files are variable
 * fonts, so a single file covers every weight the design system uses. latin-ext
 * carries the Lithuanian glyphs (ąčęėįšųūž). Material Symbols = icon font
 * (wght + FILL axes), no unicode-range (full set).
 *
 * Source: Google Fonts (Playfair Display v40, Hanken Grotesk v12,
 * Cormorant Garamond v21, Material Symbols Outlined v354). Re-download the
 * woff2 files if upgrading versions.
 */

/* ---- Playfair Display (H1–H4, hero, produktų vardai) — wght 400–700 ---- */
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(../fonts/playfair-display-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(../fonts/playfair-display-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Hanken Grotesk (tekstas, mygtukai, navigacija, formos) — wght 400–700 ---- */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(../fonts/hanken-grotesk-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(../fonts/hanken-grotesk-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Cormorant Garamond (logo, footer brand) — wght 300–500 ---- */
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300 500;
	font-display: swap;
	src: url(../fonts/cormorant-garamond-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300 500;
	font-display: swap;
	src: url(../fonts/cormorant-garamond-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Material Symbols Outlined (ikonos) — wght 100–700, FILL 0–1 ----
 *
 * SUBSET: failas turi TIK žemiau išvardytas ikonas (~10 KB vietoj ~1,1 MB pilno
 * šrifto). Pridėjus naują ikoną kode (class="material-symbols-outlined") ją
 * REIKIA įtraukti į subset'ą, kitaip nesirodys. Pergeneravimas (iš temų katalogo
 * zodomus/, 1 komanda — į ICONS įrašyk naują ikoną):
 *
 *   ICONS="add,autorenew,check_circle,chevron_left,chevron_right,close,expand_more,favorite,favorite_border,local_shipping,lock,logout,manage_accounts,menu,package_2,pause,person,play_arrow,rate_review,search,sell,shopping_bag,visibility,visibility_off"
 *   URL="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&icon_names=${ICONS}&display=block"
 *   W=$(curl -s -A "Mozilla/5.0" "$URL" | grep -oE 'url\([^)]+\)' | sed -E 's/^url\(//;s/\)$//')
 *   curl -s -A "Mozilla/5.0" -o assets/fonts/material-symbols-outlined.woff2 "$W"
 *
 * Naudojamos ikonos (24): add, autorenew, check_circle, chevron_left,
 * chevron_right, close, expand_more, favorite, favorite_border, local_shipping,
 * lock, logout, manage_accounts, menu, package_2, pause, person, play_arrow,
 * rate_review, search, sell, shopping_bag, visibility, visibility_off.
 */
@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 100 700;
	font-display: block;
	src: url(../fonts/material-symbols-outlined.woff2) format('woff2');
}
.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
