/*
 * Geilenkirchen — 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 = teal, accent = orange.
 * Generated by `spark child:install geilenkirchen`.
 */
:root {
    --brand-50: #f0fdfa;
    --brand-50-rgb: 240 253 250;
    --brand-100: #ccfbf1;
    --brand-100-rgb: 204 251 241;
    --brand-200: #99f6e4;
    --brand-200-rgb: 153 246 228;
    --brand-300: #5eead4;
    --brand-300-rgb: 94 234 212;
    --brand-400: #2dd4bf;
    --brand-400-rgb: 45 212 191;
    --brand-500: #14b8a6;
    --brand-500-rgb: 20 184 166;
    --brand-600: #0d9488;
    --brand-600-rgb: 13 148 136;
    --brand-700: #0f766e;
    --brand-700-rgb: 15 118 110;
    --brand-800: #115e59;
    --brand-800-rgb: 17 94 89;
    --brand-900: #134e4a;
    --brand-900-rgb: 19 78 74;
    --brand-950: #042f2e;
    --brand-950-rgb: 4 47 46;

    --accent-50: #fff7ed;
    --accent-50-rgb: 255 247 237;
    --accent-100: #ffedd5;
    --accent-100-rgb: 255 237 213;
    --accent-200: #fed7aa;
    --accent-200-rgb: 254 215 170;
    --accent-300: #fdba74;
    --accent-300-rgb: 253 186 116;
    --accent-400: #fb923c;
    --accent-400-rgb: 251 146 60;
    --accent-500: #f97316;
    --accent-500-rgb: 249 115 22;
    --accent-600: #ea580c;
    --accent-600-rgb: 234 88 12;
    --accent-700: #c2410c;
    --accent-700-rgb: 194 65 12;
    --accent-800: #9a3412;
    --accent-800-rgb: 154 52 18;
    --accent-900: #7c2d12;
    --accent-900-rgb: 124 45 18;
    --accent-950: #431407;
    --accent-950-rgb: 67 20 7;
}
