/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #FFAC30;
    --secondary: #36A5D7;
    --accent: #F15584;
}

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