/*
 * Wegberg — 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 = purple, accent = lime.
 * Generated by `spark child:install wegberg`.
 */
:root {
    --brand-50: #faf5ff;
    --brand-50-rgb: 250 245 255;
    --brand-100: #f3e8ff;
    --brand-100-rgb: 243 232 255;
    --brand-200: #e9d5ff;
    --brand-200-rgb: 233 213 255;
    --brand-300: #d8b4fe;
    --brand-300-rgb: 216 180 254;
    --brand-400: #c084fc;
    --brand-400-rgb: 192 132 252;
    --brand-500: #a855f7;
    --brand-500-rgb: 168 85 247;
    --brand-600: #9333ea;
    --brand-600-rgb: 147 51 234;
    --brand-700: #7e22ce;
    --brand-700-rgb: 126 34 206;
    --brand-800: #6b21a8;
    --brand-800-rgb: 107 33 168;
    --brand-900: #581c87;
    --brand-900-rgb: 88 28 135;
    --brand-950: #3b0764;
    --brand-950-rgb: 59 7 100;

    --accent-50: #f7fee7;
    --accent-50-rgb: 247 254 231;
    --accent-100: #ecfccb;
    --accent-100-rgb: 236 252 203;
    --accent-200: #d9f99d;
    --accent-200-rgb: 217 249 157;
    --accent-300: #bef264;
    --accent-300-rgb: 190 242 100;
    --accent-400: #a3e635;
    --accent-400-rgb: 163 230 53;
    --accent-500: #84cc16;
    --accent-500-rgb: 132 204 22;
    --accent-600: #65a30d;
    --accent-600-rgb: 101 163 13;
    --accent-700: #4d7c0f;
    --accent-700-rgb: 77 124 15;
    --accent-800: #3f6212;
    --accent-800-rgb: 63 98 18;
    --accent-900: #365314;
    --accent-900-rgb: 54 83 20;
    --accent-950: #1a2e05;
    --accent-950-rgb: 26 46 5;
}
