/*
 * Bedburg — 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 = yellow, accent = purple.
 * Generated by `spark child:install bedburg`.
 */
:root {
    --brand-50: #fefce8;
    --brand-50-rgb: 254 252 232;
    --brand-100: #fef9c3;
    --brand-100-rgb: 254 249 195;
    --brand-200: #fef08a;
    --brand-200-rgb: 254 240 138;
    --brand-300: #fde047;
    --brand-300-rgb: 253 224 71;
    --brand-400: #facc15;
    --brand-400-rgb: 250 204 21;
    --brand-500: #eab308;
    --brand-500-rgb: 234 179 8;
    --brand-600: #ca8a04;
    --brand-600-rgb: 202 138 4;
    --brand-700: #a16207;
    --brand-700-rgb: 161 98 7;
    --brand-800: #854d0e;
    --brand-800-rgb: 133 77 14;
    --brand-900: #713f12;
    --brand-900-rgb: 113 63 18;
    --brand-950: #422006;
    --brand-950-rgb: 66 32 6;

    --accent-50: #faf5ff;
    --accent-50-rgb: 250 245 255;
    --accent-100: #f3e8ff;
    --accent-100-rgb: 243 232 255;
    --accent-200: #e9d5ff;
    --accent-200-rgb: 233 213 255;
    --accent-300: #d8b4fe;
    --accent-300-rgb: 216 180 254;
    --accent-400: #c084fc;
    --accent-400-rgb: 192 132 252;
    --accent-500: #a855f7;
    --accent-500-rgb: 168 85 247;
    --accent-600: #9333ea;
    --accent-600-rgb: 147 51 234;
    --accent-700: #7e22ce;
    --accent-700-rgb: 126 34 206;
    --accent-800: #6b21a8;
    --accent-800-rgb: 107 33 168;
    --accent-900: #581c87;
    --accent-900-rgb: 88 28 135;
    --accent-950: #3b0764;
    --accent-950-rgb: 59 7 100;
}
