/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #11536c;
    --secondary: #e2b445;
    --accent: #f4efec;
}

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