/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #CD8B62;
    --secondary: #335147;
    --accent: #C14953;
}

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