/**
 * Design tokens — public site (PHP SSR)
 * Single site font: Inter for body, UI, and headings (--font-display matches --font-sans).
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700&display=swap");

:root {
    --font-sans: "Inter", system-ui, -apple-system, sans-serif;
    --font-display: "Inter", system-ui, -apple-system, sans-serif;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --shadow-elevated: 0 24px 80px rgba(0, 0, 0, 0.45);
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
}

/* Streaming / header-specific palette: see assets/css/header-brand.css (load after this file on public pages). */
