/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #FF7A24;
    --secondary: #214A8A;
    --accent: #F6D94D;
}

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