13 lines
308 B
SCSS
13 lines
308 B
SCSS
|
|
:root{
|
||
|
|
|
||
|
|
--font: 'Wagram Slab', serif;
|
||
|
|
// --font: 'HAL Timezone', serif;
|
||
|
|
--mono: 'Selectric Mono', monospace;
|
||
|
|
// --mono: 'HAL Timezone Mono', monospace;
|
||
|
|
--note: 'HNoailles Times Triplex', serif;
|
||
|
|
|
||
|
|
--red: #9B0000;
|
||
|
|
--green:#009B00;
|
||
|
|
--green-light:#009b0025;
|
||
|
|
--blue: #00009B;
|
||
|
|
}
|