/*
 * Dremmen — 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 = stone, accent = amber.
 * Generated by `spark child:install dremmen`.
 */
:root {
    --brand-50: #fafaf9;
    --brand-50-rgb: 250 250 249;
    --brand-100: #f5f5f4;
    --brand-100-rgb: 245 245 244;
    --brand-200: #e7e5e4;
    --brand-200-rgb: 231 229 228;
    --brand-300: #d6d3d1;
    --brand-300-rgb: 214 211 209;
    --brand-400: #a8a29e;
    --brand-400-rgb: 168 162 158;
    --brand-500: #78716c;
    --brand-500-rgb: 120 113 108;
    --brand-600: #57534e;
    --brand-600-rgb: 87 83 78;
    --brand-700: #44403c;
    --brand-700-rgb: 68 64 60;
    --brand-800: #292524;
    --brand-800-rgb: 41 37 36;
    --brand-900: #1c1917;
    --brand-900-rgb: 28 25 23;
    --brand-950: #0c0a09;
    --brand-950-rgb: 12 10 9;

    --accent-50: #fffbeb;
    --accent-50-rgb: 255 251 235;
    --accent-100: #fef3c7;
    --accent-100-rgb: 254 243 199;
    --accent-200: #fde68a;
    --accent-200-rgb: 253 230 138;
    --accent-300: #fcd34d;
    --accent-300-rgb: 252 211 77;
    --accent-400: #fbbf24;
    --accent-400-rgb: 251 191 36;
    --accent-500: #f59e0b;
    --accent-500-rgb: 245 158 11;
    --accent-600: #d97706;
    --accent-600-rgb: 217 119 6;
    --accent-700: #b45309;
    --accent-700-rgb: 180 83 9;
    --accent-800: #92400e;
    --accent-800-rgb: 146 64 14;
    --accent-900: #78350f;
    --accent-900-rgb: 120 53 15;
    --accent-950: #451a03;
    --accent-950-rgb: 69 26 3;
}
