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

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