/* Theme Park Patch Notes — the ONE design language (2026-07 audit, Phase 1).
 *
 * This file is the canonical source for the site's fonts and design tokens. Pages adopt it by
 * linking /theme.css?v=N (bump N on every edit — house ?v discipline) and may keep their own
 * page-specific styles on top. The :root block here matches the shell tokens byte-for-byte;
 * per-route duplicates are being removed progressively — when in doubt, THIS file wins.
 *
 * Fonts are self-hosted latin variable subsets (was: render-blocking Google Fonts CSS + a
 * 104.7KB Fredoka TTF). Downloaded from Google's own woff2 builds; licenses: OFL (both).
 */

@font-face {
	font-family: "Fredoka";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("/assets/fonts/fredoka-latin-var.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;
}
@font-face {
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("/assets/fonts/newsreader-latin-var.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;
}
@font-face {
	font-family: "Newsreader";
	font-style: italic;
	font-weight: 200 800;
	font-display: swap;
	src: url("/assets/fonts/newsreader-italic-latin-var.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;
}

:root {
	color-scheme: dark;
	--ink: #0b0d15;
	--ink-2: #0f1220;
	--panel: #151a2b;
	--panel-2: #1a2034;
	--line: #252c43;
	--line-soft: #1d2336;
	--text: #e9ecf6;
	--text-2: #aab3cc;
	--text-3: #8b93b3;
	--gold: #ffc24d;
	--gold-deep: #e29a25;
	--gold-ink: #2a1d05;
	--blue: #7fb0ff;
	--blurple: #5865f2;
	--green: #5fd39b;
	--red: #ff7a8a;
	--amber: #ffb648;
	--violet: #b69cff;
	--slate: #8aa0c0;
	--refurb: #fde047;
	--haz-dark: #15140c;
	--disp: "Fredoka", system-ui, sans-serif;
	--serif: "Newsreader", Georgia, serif;
	--mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
