:root {
    /* site identity — change these two families and the whole site re-skins */
    --brand: #b5313a;
    --brand-light: #d4575f;
    --brand-dark: #7d1f26;
    --accent: #1f4e79;
    --accent-light: #4a7fb5;
    /* game reward colors */
    --gold: #f0b429;
    --gold-dark: #b57e12;
    --sun: #e9a13b;
    /* warm paper world */
    --bg: #faf3e6;
    --surface: #fffdf6;
    --text: #3a2c1c;
    --text-muted: #7a6a54;
    --text-light: #ffffff;
    --border: #ecd9b8;
    --border-light: rgba(255, 255, 255, 0.35);
    --input-bg: #fffdf6;
    --input-border: #d9c8a8;
    --success-bg: #e4f2e0;
    --success-text: #2c5a39;
    /* shape + depth */
    --radius: 22px;
    --radius-sm: 16px;
    --radius-xs: 8px;
    --shadow: 0 10px 26px rgba(90, 60, 20, 0.14);
    --shadow-sm: 0 3px 10px rgba(90, 60, 20, 0.10);
    --max-width: 1120px;
    --font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --space: 1.25rem;
}
