/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #12305a;
    --secondary: #29b3e6;
    --accent: #f6d676;
}

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