/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #2C2B5E;
    --secondary: #F6C945;
    --accent: #E94677;
}

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