15 lines
365 B
SCSS
15 lines
365 B
SCSS
:root{
|
|
--font: 'Edgar', sans-serif;
|
|
--font-title: "Moulin", sans-serif;
|
|
--w-title: normal;
|
|
// --font-sans: "Heliotrope 4", sans-serif;
|
|
--font-sans: "Moulin", sans-serif;
|
|
// --font-sans-txt: 'Akkurat Std';
|
|
--font-sans-txt: 'Moulin', sans-serif;
|
|
--font-size: 12px;
|
|
--fs-small-q: 11px;
|
|
--baseline: 16px;
|
|
--indent: 26px;
|
|
}
|
|
|
|
|