/* =========================================================================
   CHOMP — Self-hosted fonts (zero external requests, minimal layout shift),
   matched to chompcookies.ca.
   Headings:  Roboto Slab (variable) — sturdy, friendly, artisanal slab serif.
   Body/UI:   Roboto (variable)      — clean, highly legible.
   Signature: Rock Salt              — the brand's hand-script, used sparingly.
   Metric-matched fallbacks keep swap reflow tiny (CLS ≈ 0).
   ========================================================================= */

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-latin-var.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-latin-var.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Rock Salt';
	src: url('../fonts/RockSalt-latin.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Metric-matched fallbacks — occupy the same box as the web fonts, so the swap
   causes little to no reflow. */
@font-face {
	font-family: 'Roboto Fallback';
	src: local('Arial'), local('Helvetica Neue');
	size-adjust: 100.06%;
	ascent-override: 92.77%;
	descent-override: 24.41%;
	line-gap-override: 0%;
}
@font-face {
	font-family: 'Roboto Slab Fallback';
	src: local('Georgia'), local('Times New Roman');
	size-adjust: 92%;
	ascent-override: 100%;
	descent-override: 27%;
	line-gap-override: 0%;
}
