2024-01-09 16:13:20 +01:00
|
|
|
// stylelint-disable value-keyword-case
|
2024-01-13 14:52:38 +01:00
|
|
|
$font__main: 'Neue Haas Grotesk Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
|
|
$font__regular: $font__main;
|
|
|
|
$font__light: $font__main;
|
|
|
|
$font__medium: $font__main;
|
|
|
|
$font__bold: $font__main;
|
|
|
|
$font__black: $font__main;
|
2024-01-09 16:13:20 +01:00
|
|
|
|
2024-01-13 14:52:38 +01:00
|
|
|
$font__header: $font__main;
|
2024-01-09 16:13:20 +01:00
|
|
|
// stylelint-enable value-keyword-case
|
|
|
|
$font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace, mono;
|
|
|
|
$font__pre: "Courier 10 Pitch", courier, monospace;
|
|
|
|
$font__size-body: 1rem;
|
|
|
|
$font__line-height-body: 1.3;
|
|
|
|
$font__line-height-pre: 1.4;
|
|
|
|
$font__line-height-header:1.1;
|