/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #F94B4B;
    --secondary: #1A2040;
    --accent: #FFE156;
}

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