decor-6-expe/maquette-tests/assets/css/base/_var.scss
2026-02-23 22:28:14 +01:00

18 lines
No EOL
357 B
SCSS

:root{
--font: 'Wagram Slab', serif;
// --font: 'HAL Timezone', serif;
--mono: 'Selectric Mono', monospace;
// --mono: 'HAL Timezone Mono', monospace;
--note: 'Routed Gothic', serif;
--red: #9B0000;
--green:#009B00;
--green-light:#009b0025;
--blue: #00009B;
--red: black;
--green:black;
--blue: black;
}