/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #835946;
    --secondary: #F7EDD4;
    --accent: #E3874B;
}

::selection {
    background: var(--accent);
    color: #ffffff;
}
