/*
 * Kaarst — 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 = indigo, accent = lime.
 * Generated by `spark child:install kaarst`.
 */
:root {
    --brand-50: #eef2ff;
    --brand-50-rgb: 238 242 255;
    --brand-100: #e0e7ff;
    --brand-100-rgb: 224 231 255;
    --brand-200: #c7d2fe;
    --brand-200-rgb: 199 210 254;
    --brand-300: #a5b4fc;
    --brand-300-rgb: 165 180 252;
    --brand-400: #818cf8;
    --brand-400-rgb: 129 140 248;
    --brand-500: #6366f1;
    --brand-500-rgb: 99 102 241;
    --brand-600: #4f46e5;
    --brand-600-rgb: 79 70 229;
    --brand-700: #4338ca;
    --brand-700-rgb: 67 56 202;
    --brand-800: #3730a3;
    --brand-800-rgb: 55 48 163;
    --brand-900: #312e81;
    --brand-900-rgb: 49 46 129;
    --brand-950: #1e1b4b;
    --brand-950-rgb: 30 27 75;

    --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;
}
