/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #2176AE;
    --secondary: #53B483;
    --accent: #F2C572;
}

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