/*
 * Moenchengladbach — 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 = green, accent = sky.
 * Generated by `spark child:install moenchengladbach`.
 */
:root {
    --brand-50: #f0fdf4;
    --brand-50-rgb: 240 253 244;
    --brand-100: #dcfce7;
    --brand-100-rgb: 220 252 231;
    --brand-200: #bbf7d0;
    --brand-200-rgb: 187 247 208;
    --brand-300: #86efac;
    --brand-300-rgb: 134 239 172;
    --brand-400: #4ade80;
    --brand-400-rgb: 74 222 128;
    --brand-500: #22c55e;
    --brand-500-rgb: 34 197 94;
    --brand-600: #16a34a;
    --brand-600-rgb: 22 163 74;
    --brand-700: #15803d;
    --brand-700-rgb: 21 128 61;
    --brand-800: #166534;
    --brand-800-rgb: 22 101 52;
    --brand-900: #14532d;
    --brand-900-rgb: 20 83 45;
    --brand-950: #052e16;
    --brand-950-rgb: 5 46 22;

    --accent-50: #f0f9ff;
    --accent-50-rgb: 240 249 255;
    --accent-100: #e0f2fe;
    --accent-100-rgb: 224 242 254;
    --accent-200: #bae6fd;
    --accent-200-rgb: 186 230 253;
    --accent-300: #7dd3fc;
    --accent-300-rgb: 125 211 252;
    --accent-400: #38bdf8;
    --accent-400-rgb: 56 189 248;
    --accent-500: #0ea5e9;
    --accent-500-rgb: 14 165 233;
    --accent-600: #0284c7;
    --accent-600-rgb: 2 132 199;
    --accent-700: #0369a1;
    --accent-700-rgb: 3 105 161;
    --accent-800: #075985;
    --accent-800-rgb: 7 89 133;
    --accent-900: #0c4a6e;
    --accent-900-rgb: 12 74 110;
    --accent-950: #082f49;
    --accent-950-rgb: 8 47 73;
}
