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

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