/*
 * Stolberg — 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 = fuchsia, accent = teal.
 * Generated by `spark child:install stolberg`.
 */
:root {
    --brand-50: #fdf4ff;
    --brand-50-rgb: 253 244 255;
    --brand-100: #fae8ff;
    --brand-100-rgb: 250 232 255;
    --brand-200: #f5d0fe;
    --brand-200-rgb: 245 208 254;
    --brand-300: #f0abfc;
    --brand-300-rgb: 240 171 252;
    --brand-400: #e879f9;
    --brand-400-rgb: 232 121 249;
    --brand-500: #d946ef;
    --brand-500-rgb: 217 70 239;
    --brand-600: #c026d3;
    --brand-600-rgb: 192 38 211;
    --brand-700: #a21caf;
    --brand-700-rgb: 162 28 175;
    --brand-800: #86198f;
    --brand-800-rgb: 134 25 143;
    --brand-900: #701a75;
    --brand-900-rgb: 112 26 117;
    --brand-950: #4a044e;
    --brand-950-rgb: 74 4 78;

    --accent-50: #f0fdfa;
    --accent-50-rgb: 240 253 250;
    --accent-100: #ccfbf1;
    --accent-100-rgb: 204 251 241;
    --accent-200: #99f6e4;
    --accent-200-rgb: 153 246 228;
    --accent-300: #5eead4;
    --accent-300-rgb: 94 234 212;
    --accent-400: #2dd4bf;
    --accent-400-rgb: 45 212 191;
    --accent-500: #14b8a6;
    --accent-500-rgb: 20 184 166;
    --accent-600: #0d9488;
    --accent-600-rgb: 13 148 136;
    --accent-700: #0f766e;
    --accent-700-rgb: 15 118 110;
    --accent-800: #115e59;
    --accent-800-rgb: 17 94 89;
    --accent-900: #134e4a;
    --accent-900-rgb: 19 78 74;
    --accent-950: #042f2e;
    --accent-950-rgb: 4 47 46;
}
