:root{
/* brand base colors — from FYC Labs Logo Package 2.0 */
--fyc-forest:#2D3F35;
--fyc-sage:#91A385;
--fyc-peach:#FCBBA2;
--fyc-cream:#F4F1EC;
--fyc-dark:#1A2420;
--fyc-white:#FFFFFF;
--fyc-black:#000000;

/* neutral ramp — warm, low-chroma, hue matched to cream/dark */
--n-50:oklch(98.5% 0.004 85);
--n-100:#F4F1EC;
--n-200:oklch(90% 0.008 82);
--n-300:oklch(82% 0.011 80);
--n-400:oklch(70% 0.013 95);
--n-500:oklch(58% 0.015 105);
--n-600:oklch(48% 0.017 115);
--n-700:oklch(38% 0.02 130);
--n-800:oklch(30% 0.022 145);
--n-900:#1A2420;
--n-950:oklch(15% 0.013 168);

/* accent tints (subtle backgrounds) */
--sage-tint:oklch(93% 0.03 133);
--peach-tint:oklch(95% 0.03 55);
--forest-tint:oklch(92% 0.015 150);

/* semantic status — derived to stay harmonious with the brand hue family */
--color-success:oklch(45% 0.09 152);
--color-success-bg:oklch(94% 0.045 152);
--color-warning:oklch(58% 0.15 70);
--color-warning-bg:oklch(94% 0.06 80);
--color-danger:oklch(48% 0.16 25);
--color-danger-bg:oklch(94% 0.045 25);
--color-info:oklch(48% 0.07 230);
--color-info-bg:oklch(94% 0.03 230);

/* semantic aliases */
--surface-page:var(--fyc-cream);
--surface-card:var(--fyc-white);
--surface-inset:var(--n-50);
--surface-dark:var(--fyc-dark);
--surface-forest:var(--fyc-forest);

--border-subtle:var(--n-200);
--border-default:var(--n-300);
--border-strong:var(--n-500);

--text-primary:var(--fyc-forest);
--text-secondary:var(--n-600);
--text-muted:var(--n-500);
--text-on-dark:var(--fyc-white);
--text-on-accent:var(--fyc-white);
--text-link:var(--fyc-forest);
--text-link-hover:var(--n-800);

--accent-primary:var(--fyc-forest);
--accent-secondary:var(--fyc-sage);
--accent-tertiary:var(--fyc-peach);
}
