/* Нижневартовск.рф — site theme (мост к design-tokens) */
:root {
    --site-primary: #2C6FE0;   /* brand из макета */
    --site-secondary: #1B57BE;
    --site-bg: #F7F9FB;
    --site-text: #101A24;
}
.skeleton {
    background: linear-gradient(90deg, #EEF2F6 25%, transparent 37%, transparent 63%, #EEF2F6 75%);
}
.debug-output { background-color: #EEF2F6; }
