/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #FF4C3C;
    --secondary: #FFD93D;
    --accent: #159E74;
}

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