2024-11-16 23:07:50 +01:00
|
|
|
$pageWidth: 750px;
|
|
|
|
$mobileBreakpoint: 600px;
|
|
|
|
$tabletBreakpoint: 1000px;
|
|
|
|
$sidePanelWidth: 380px;
|
2023-07-04 10:08:32 -07:00
|
|
|
$topSpacing: 6rem;
|
2024-11-16 23:07:50 +01:00
|
|
|
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|
2024-02-02 00:53:05 -08:00
|
|
|
$boldWeight: 700;
|
2024-02-17 10:34:46 -08:00
|
|
|
$semiBoldWeight: 600;
|
2024-02-02 00:53:05 -08:00
|
|
|
$normalWeight: 400;
|