:root{
/* base palette — named for the landscape around Yanakie */
--color-paddock-paper:oklch(97% 0.014 88);
--color-wet-granite:oklch(21% 0.018 55);
--color-eucalypt:oklch(46% 0.085 155);
--color-eucalypt-hover:oklch(40% 0.09 155);
--color-eucalypt-active:oklch(35% 0.09 155);
--color-eucalypt-tint:oklch(93% 0.03 155);
--color-corner-inlet:oklch(52% 0.07 235);
--color-corner-inlet-hover:oklch(46% 0.075 235);
--color-corner-inlet-tint:oklch(93% 0.025 235);
--color-prom-granite:oklch(60% 0.12 35);
--color-prom-granite-hover:oklch(54% 0.13 35);
--color-prom-granite-tint:oklch(94% 0.03 35);
--color-dune-grass:oklch(82% 0.055 88);
--color-dune-grass-deep:oklch(62% 0.07 88);

/* semantic aliases */
--surface-bg:var(--color-paddock-paper);
--surface-card:oklch(99% 0.006 90);
--surface-sunken:oklch(94% 0.014 88);
--border-default:oklch(88% 0.016 80);
--border-strong:oklch(78% 0.02 75);

--text-primary:var(--color-wet-granite);
--text-secondary:oklch(45% 0.02 60);
--text-muted:oklch(58% 0.015 60);
--text-on-primary:oklch(98% 0.01 150);
--text-link:var(--color-eucalypt);
--text-link-hover:var(--color-eucalypt-hover);

--brand-primary:var(--color-eucalypt);
--brand-primary-hover:var(--color-eucalypt-hover);
--brand-primary-active:var(--color-eucalypt-active);
--brand-secondary:var(--color-corner-inlet);
--brand-secondary-hover:var(--color-corner-inlet-hover);
--brand-accent:var(--color-prom-granite);
--brand-accent-hover:var(--color-prom-granite-hover);
--brand-tertiary:var(--color-dune-grass);

/* derived semantic (not in source palette — see readme "Intentional additions") */
--color-error:oklch(52% 0.16 25);
--color-error-tint:oklch(94% 0.03 25);
}
