/*
 | Lumen Log brand theme — upload to public/brand/theme.css on the lumen server.
 |
 | Restores the exact palette the app had before universalization: the Tailwind 4
 | amber scale as the primary accent, orange as the secondary accent, and the
 | tracking page navy/orange. Values are copied verbatim from Tailwind 4, so the
 | rendering is pixel-identical to the pre-universalization build.
 */
:root {
    --color-primary-50: oklch(.987 .022 95.277);
    --color-primary-100: oklch(.962 .059 95.617);
    --color-primary-200: oklch(.924 .12 95.746);
    --color-primary-300: oklch(.879 .169 91.605);
    --color-primary-400: oklch(.828 .189 84.429);
    --color-primary-500: oklch(.769 .188 70.08);
    --color-primary-600: oklch(.666 .179 58.318);
    --color-primary-700: oklch(.555 .163 48.998);
    --color-primary-800: oklch(.473 .137 46.201);
    --color-primary-900: oklch(.414 .112 45.904);
    --color-primary-950: oklch(.279 .077 45.635);

    --color-accent-50: oklch(.98 .016 73.684);
    --color-accent-100: oklch(.954 .038 75.164);
    --color-accent-200: oklch(.901 .076 70.697);
    --color-accent-300: oklch(.837 .128 66.29);
    --color-accent-400: oklch(.75 .183 55.934);
    --color-accent-500: oklch(.705 .213 47.604);
    --color-accent-600: oklch(.646 .222 41.116);
    --color-accent-700: oklch(.553 .195 38.402);
    --color-accent-800: oklch(.47 .157 37.304);
    --color-accent-900: oklch(.408 .123 38.172);
    --color-accent-950: oklch(.266 .079 36.259);

    /* Public tracking page */
    --color-brand-ink: #1A2744;
    --color-brand-glow: #F0A030;
}
