/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #422C6B;
    --secondary: #F2D16D;
    --accent: #DA473A;
}

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