/* Shared brand color tokens. Single source of truth — pages link this instead
   of each redefining the same :root block. */
:root {
    --maroon: #4a1a2c;
    --maroon-light: #5e2439;
    --gold: #c8a456;
    --gold-light: #d4b76e;
    --cream: #f5f0e8;
    --cream-dark: #e8e0d2;
    --text-dark: #2a1018;
    --text-medium: #5c4a50;
    --white: #ffffff;
}
