/*
 * Heinsberg — 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 = amber, accent = emerald.
 * Generated by `spark child:install heinsberg`.
 */
:root {
    --brand-50: #fffbeb;
    --brand-50-rgb: 255 251 235;
    --brand-100: #fef3c7;
    --brand-100-rgb: 254 243 199;
    --brand-200: #fde68a;
    --brand-200-rgb: 253 230 138;
    --brand-300: #fcd34d;
    --brand-300-rgb: 252 211 77;
    --brand-400: #fbbf24;
    --brand-400-rgb: 251 191 36;
    --brand-500: #f59e0b;
    --brand-500-rgb: 245 158 11;
    --brand-600: #d97706;
    --brand-600-rgb: 217 119 6;
    --brand-700: #b45309;
    --brand-700-rgb: 180 83 9;
    --brand-800: #92400e;
    --brand-800-rgb: 146 64 14;
    --brand-900: #78350f;
    --brand-900-rgb: 120 53 15;
    --brand-950: #451a03;
    --brand-950-rgb: 69 26 3;

    --accent-50: #ecfdf5;
    --accent-50-rgb: 236 253 245;
    --accent-100: #d1fae5;
    --accent-100-rgb: 209 250 229;
    --accent-200: #a7f3d0;
    --accent-200-rgb: 167 243 208;
    --accent-300: #6ee7b7;
    --accent-300-rgb: 110 231 183;
    --accent-400: #34d399;
    --accent-400-rgb: 52 211 153;
    --accent-500: #10b981;
    --accent-500-rgb: 16 185 129;
    --accent-600: #059669;
    --accent-600-rgb: 5 150 105;
    --accent-700: #047857;
    --accent-700-rgb: 4 120 87;
    --accent-800: #065f46;
    --accent-800-rgb: 6 95 70;
    --accent-900: #064e3b;
    --accent-900-rgb: 6 78 59;
    --accent-950: #022c22;
    --accent-950-rgb: 2 44 34;
}
