/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #13547a;
    --secondary: #ffd97e;
    --accent: #47b284;
}

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