/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #64513A;
    --secondary: #CFB991;
    --accent: #9E2A2B;
}

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