/*
 * Waldfeucht — 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 = emerald, accent = violet.
 * Generated by `spark child:install waldfeucht`.
 */
:root {
    --brand-50: #ecfdf5;
    --brand-50-rgb: 236 253 245;
    --brand-100: #d1fae5;
    --brand-100-rgb: 209 250 229;
    --brand-200: #a7f3d0;
    --brand-200-rgb: 167 243 208;
    --brand-300: #6ee7b7;
    --brand-300-rgb: 110 231 183;
    --brand-400: #34d399;
    --brand-400-rgb: 52 211 153;
    --brand-500: #10b981;
    --brand-500-rgb: 16 185 129;
    --brand-600: #059669;
    --brand-600-rgb: 5 150 105;
    --brand-700: #047857;
    --brand-700-rgb: 4 120 87;
    --brand-800: #065f46;
    --brand-800-rgb: 6 95 70;
    --brand-900: #064e3b;
    --brand-900-rgb: 6 78 59;
    --brand-950: #022c22;
    --brand-950-rgb: 2 44 34;

    --accent-50: #f5f3ff;
    --accent-50-rgb: 245 243 255;
    --accent-100: #ede9fe;
    --accent-100-rgb: 237 233 254;
    --accent-200: #ddd6fe;
    --accent-200-rgb: 221 214 254;
    --accent-300: #c4b5fd;
    --accent-300-rgb: 196 181 253;
    --accent-400: #a78bfa;
    --accent-400-rgb: 167 139 250;
    --accent-500: #8b5cf6;
    --accent-500-rgb: 139 92 246;
    --accent-600: #7c3aed;
    --accent-600-rgb: 124 58 237;
    --accent-700: #6d28d9;
    --accent-700-rgb: 109 40 217;
    --accent-800: #5b21b6;
    --accent-800-rgb: 91 33 182;
    --accent-900: #4c1d95;
    --accent-900-rgb: 76 29 149;
    --accent-950: #2e1065;
    --accent-950-rgb: 46 16 101;
}
