/*
 * Bergisch Gladbach — 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 = pink, accent = green.
 * Generated by `spark child:install bergischgladbach`.
 */
:root {
    --brand-50: #fdf2f8;
    --brand-50-rgb: 253 242 248;
    --brand-100: #fce7f3;
    --brand-100-rgb: 252 231 243;
    --brand-200: #fbcfe8;
    --brand-200-rgb: 251 207 232;
    --brand-300: #f9a8d4;
    --brand-300-rgb: 249 168 212;
    --brand-400: #f472b6;
    --brand-400-rgb: 244 114 182;
    --brand-500: #ec4899;
    --brand-500-rgb: 236 72 153;
    --brand-600: #db2777;
    --brand-600-rgb: 219 39 119;
    --brand-700: #be185d;
    --brand-700-rgb: 190 24 93;
    --brand-800: #9d174d;
    --brand-800-rgb: 157 23 77;
    --brand-900: #831843;
    --brand-900-rgb: 131 24 67;
    --brand-950: #500724;
    --brand-950-rgb: 80 7 36;

    --accent-50: #f0fdf4;
    --accent-50-rgb: 240 253 244;
    --accent-100: #dcfce7;
    --accent-100-rgb: 220 252 231;
    --accent-200: #bbf7d0;
    --accent-200-rgb: 187 247 208;
    --accent-300: #86efac;
    --accent-300-rgb: 134 239 172;
    --accent-400: #4ade80;
    --accent-400-rgb: 74 222 128;
    --accent-500: #22c55e;
    --accent-500-rgb: 34 197 94;
    --accent-600: #16a34a;
    --accent-600-rgb: 22 163 74;
    --accent-700: #15803d;
    --accent-700-rgb: 21 128 61;
    --accent-800: #166534;
    --accent-800-rgb: 22 101 52;
    --accent-900: #14532d;
    --accent-900-rgb: 20 83 45;
    --accent-950: #052e16;
    --accent-950-rgb: 5 46 22;
}
