/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #0860D7;
    --secondary: #FFCB05;
    --accent: #2ECC40;
}

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