9 lines
297 B
SCSS
9 lines
297 B
SCSS
$inter: "Inter", "Gill Sans", "Gill Sans MT", "Segoe UI", sans-serif;
|
|
$iosevka: "Iosevka Aile Web", "Courier New", Courier, monospace;
|
|
$text-smaller: 9pt;
|
|
$text-small: 11pt;
|
|
$screen-width: 50rem;
|
|
$color-bg: #151515;
|
|
$color-copy: #f3f3f3;
|
|
$color-light-border: #444;
|
|
$color-very-light-border: #333;
|