/* Aka Studio brand palette — values transcribed from "Brand colors & typography" (Figma frame 15:1211). */
:root{
/* Core palette */
--walnut-shadow:#261D17; /* Primary · RGB 38,29,23 */
--aged-cedar:#543721; /* Primary dark brown · RGB 84,55,33 */
--sunlit-travertine:#B8955F; /* Secondary · RGB 184,149,95 */
--limestone-veil:#E8DBC5; /* Secondary light · swatch fill (the card's printed RGB repeats Aged Cedar's — a source typo) */
--soft-ivory:#F7F2ED; /* Primary light · RGB 247,242,237 */
/* Supporting tones seen across the guidelines */
--deep-teal:#062F35; /* section-divider background */
--mint-wash:#9AEDD9; /* section-divider background */
--cream:#FAF4EB; /* warm paper fill */
--paper-white:#F6F5F3; /* cool paper fill */
--ink:#020C0E; /* annotation text */
--cedar-deep:#3A2D24; /* dark image-overlay brown */
/* Semantic aliases */
--surface-page:var(--soft-ivory);
--surface-dark:var(--walnut-shadow);
--surface-card:#FFFFFF;
--text-primary:var(--walnut-shadow);
--text-body:rgba(2,12,14,0.7);
--text-sub:rgba(2,12,14,0.6);
--text-inverse:var(--soft-ivory);
--text-inverse-muted:rgba(247,242,237,0.65);
--accent:var(--sunlit-travertine);
--border-subtle-on-dark:rgba(246,245,243,0.2);
}
