decor-6-expe/maquette-tests/assets/css/base/_var.scss

23 lines
426 B
SCSS
Raw Permalink Normal View History

2026-02-23 11:35:07 +01:00
:root{
2026-02-23 22:44:59 +01:00
--font: 'ITC Cheltenham', serif;
2026-02-23 11:35:07 +01:00
// --font: 'HAL Timezone', serif;
--mono: 'Selectric Mono', monospace;
// --mono: 'HAL Timezone Mono', monospace;
2026-02-23 22:28:14 +01:00
--note: 'Routed Gothic', serif;
2026-02-23 11:35:07 +01:00
--red: #9B0000;
--green:#009B00;
--green-light:#009b0025;
--blue: #00009B;
--red: black;
2026-02-23 22:28:14 +01:00
--green:black;
2026-02-23 11:35:07 +01:00
--blue: black;
2026-02-23 22:44:59 +01:00
--indent: 7mm;
--font-size: 14px;
--baseline: 18px;
2026-02-23 11:35:07 +01:00
}