:root {
    /* Core tokens from a2-boarding-house-ci(1).html */

    /* Brand, Surfaces and Text */
    --gold: #f29400;
    --gold-deep: #d98200;
    --sand: #ede5dc;
    --white: #fff;
    --surface-soft: #faf7f4;
    --surface-muted: #f0ebe5;
    --bg-gradient: radial-gradient(ellipse 70% 60% at 30% 30%, rgba(242,148,0,.08), transparent), radial-gradient(ellipse 50% 50% at 80% 70%, rgba(106,56,56,.04), transparent);
    --ink: #6a3838;
    --cream: #f7f2ed;
    --text-default: #7a655c;
    --text-soft: #a08e85;

    /* Typography */
    --font-family-body: "Inter", sans-serif;
    --font-family-heading: "Plus Jakarta Sans", sans-serif;
    --font-family-symbols: "Material Symbols Outlined";

    --font-size-lg: clamp(2rem,3.5vw,2.8rem);
    --font-size-base: 1.05rem;
    --font-size-s: .95rem;
    --font-size-quote: .9rem;
    --font-size-sm: .875rem;
    --font-size-xs: .78rem;
    --font-size-label: .75rem;
    --font-size-foot-category: .72rem;



    /* Layout */
    --container-size: 1200px;
    --container-padding: 24px;
    --section-spacing-lg: 100px;
    --section-spacing-md: 64px;
    --section-spacing-sm: 48px;
    --s-sm: 0 1px 3px rgba(106, 56, 56, 0.06);
    --s-lg: 0 12px 40px rgba(106, 56, 56, 0.12);
}
