/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #1D2731;
    --secondary: #396FB5;
    --accent: #FFD156;
}

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