2024-02-19 11:07:04 +01:00
|
|
|
// Body
|
2024-03-02 16:46:59 +01:00
|
|
|
$body-bg: #ffffff;
|
2024-02-19 11:07:04 +01:00
|
|
|
|
|
|
|
// Typography
|
2024-03-04 12:04:45 +01:00
|
|
|
$font-family-sans-serif: 'Noto Sans', serif;
|
2024-03-04 15:37:29 +01:00
|
|
|
$font-size-base: 1rem;
|
2024-02-19 11:07:04 +01:00
|
|
|
$line-height-base: 1.6;
|