/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #FF0054;
    --secondary: #1E1C2A;
    --accent: #40FFD9;
}

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