/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #191A21;
    --secondary: #FFD96B;
    --accent: #DC564A;
}

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