/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #18202C;
    --secondary: #C0392B;
    --accent: #FFD766;
}

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