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

26 lines
540 B
SCSS
Raw Normal View History

2026-02-23 11:35:07 +01:00
:root{
2026-02-23 23:30:33 +01:00
--font: 'Routed Gothic', sans-serif;
2026-02-23 11:35:07 +01:00
// --font: 'HAL Timezone', serif;
--mono: 'Selectric Mono', monospace;
2026-02-24 09:11:23 +01:00
--mono: 'Ivory Mono', monospace;
2026-02-24 12:40:59 +01:00
--mono: 'Baskemo Sans', monospace;
2026-02-23 11:35:07 +01:00
// --mono: 'HAL Timezone Mono', monospace;
2026-02-23 22:28:14 +01:00
--note: 'Routed Gothic', serif;
2026-02-24 12:40:59 +01:00
// --note: 'Wagram Slab', serif;
2026-02-23 23:30:33 +01:00
--title: 'HNoailles Times Triplex', sans-serif;
2026-02-23 11:35:07 +01:00
--red: #9B0000;
--green:#009B00;
--green-light:#009b0025;
--blue: #00009B;
2026-02-24 12:40:59 +01:00
2026-02-23 11:35:07 +01:00
2026-02-23 22:44:59 +01:00
--indent: 7mm;
--font-size: 14px;
--baseline: 18px;
2026-02-23 11:35:07 +01:00
}