/*
 * Gangelt — the whole of this city's visual identity.
 *
 * The shared stylesheet in _core is written against these two ramps and
 * never names a colour of its own, so changing a city's look means
 * changing this file and nothing else. `--brand` carries the page;
 * `--accent` marks live and confirming states.
 *
 * Ramps: brand = violet, accent = amber.
 * Generated by `spark child:install gangelt`.
 */
:root {
    --brand-50: #f5f3ff;
    --brand-50-rgb: 245 243 255;
    --brand-100: #ede9fe;
    --brand-100-rgb: 237 233 254;
    --brand-200: #ddd6fe;
    --brand-200-rgb: 221 214 254;
    --brand-300: #c4b5fd;
    --brand-300-rgb: 196 181 253;
    --brand-400: #a78bfa;
    --brand-400-rgb: 167 139 250;
    --brand-500: #8b5cf6;
    --brand-500-rgb: 139 92 246;
    --brand-600: #7c3aed;
    --brand-600-rgb: 124 58 237;
    --brand-700: #6d28d9;
    --brand-700-rgb: 109 40 217;
    --brand-800: #5b21b6;
    --brand-800-rgb: 91 33 182;
    --brand-900: #4c1d95;
    --brand-900-rgb: 76 29 149;
    --brand-950: #2e1065;
    --brand-950-rgb: 46 16 101;

    --accent-50: #fffbeb;
    --accent-50-rgb: 255 251 235;
    --accent-100: #fef3c7;
    --accent-100-rgb: 254 243 199;
    --accent-200: #fde68a;
    --accent-200-rgb: 253 230 138;
    --accent-300: #fcd34d;
    --accent-300-rgb: 252 211 77;
    --accent-400: #fbbf24;
    --accent-400-rgb: 251 191 36;
    --accent-500: #f59e0b;
    --accent-500-rgb: 245 158 11;
    --accent-600: #d97706;
    --accent-600-rgb: 217 119 6;
    --accent-700: #b45309;
    --accent-700-rgb: 180 83 9;
    --accent-800: #92400e;
    --accent-800-rgb: 146 64 14;
    --accent-900: #78350f;
    --accent-900-rgb: 120 53 15;
    --accent-950: #451a03;
    --accent-950-rgb: 69 26 3;
}
