/* Livsey palette — exact values from the Figma brand board (livseyBranding, node 0:8). */
:root{
--ink:rgb(31,31,30);
--charcoal:rgb(68,68,68);
--olive-deep:rgb(54,54,45);
--olive:rgb(105,105,39);
--olive-sage:rgb(143,143,83);
--chartreuse-deep:rgb(155,155,10);
--chartreuse:rgb(219,219,45);
--flame:rgb(224,82,53);
--peach:rgb(247,201,156);
--cream:rgb(255,234,214);
--paper:rgb(247,247,243);
/* semantic aliases */
--surface-page:var(--paper);
--surface-alt:var(--cream);
--surface-dark:var(--olive-deep);
--surface-accent:var(--flame);
--text-body:var(--olive-deep);
--text-display:var(--olive);
--text-accent:var(--flame);
--text-on-dark:var(--paper);
--text-on-accent:var(--paper);
--border-strong:var(--olive-deep);
}
