/* Brand palette (Tailwind CDN handles the rest of the styling). */
:root {
    --primary: #22223b;
    --secondary: #f2e9e4;
    --accent: #e07a5f;
}

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