2025-05-23 17:17:38 +02:00
|
|
|
// --------------------------------------------------
|
2022-06-17 17:51:59 +02:00
|
|
|
// VARIABLES
|
2025-05-23 17:17:38 +02:00
|
|
|
// --------------------------------------------------
|
2022-06-17 17:51:59 +02:00
|
|
|
|
2025-05-24 12:40:09 +02:00
|
|
|
// Fonts
|
|
|
|
$text-font-family: Helvetica, Arial, sans-serif;
|
|
|
|
$regular-font-weight: 400;
|
|
|
|
$medium-font-weight: 500;
|
|
|
|
$semi-bold-font-weight: 600;
|
|
|
|
$bold-font-weight: 700;
|
|
|
|
$text-font-size: 1rem;
|
|
|
|
$text-line-height: 1.1;
|
|
|
|
|
|
|
|
// Dimensions
|
|
|
|
$icon-size: 3rem;
|
|
|
|
$sidebar-padding: 0.8rem;
|
|
|
|
|
|
|
|
// Colors
|
|
|
|
$black: #000;
|
|
|
|
$white: #fff;
|
2022-06-17 17:51:59 +02:00
|
|
|
|
|
|
|
// Media queries
|
|
|
|
$tablet-media-query: 48rem;
|
|
|
|
$desktop-media-query: 62rem;
|