2023-07-04 23:48:36 +00:00
|
|
|
$pageWidth: 750px;
|
2023-07-04 17:08:32 +00:00
|
|
|
$mobileBreakpoint: 600px;
|
2024-02-05 10:45:36 +00:00
|
|
|
$tabletBreakpoint: 1000px;
|
2023-08-21 16:00:13 +00:00
|
|
|
$sidePanelWidth: 380px;
|
2023-07-04 17:08:32 +00:00
|
|
|
$topSpacing: 6rem;
|
2023-07-23 00:27:41 +00:00
|
|
|
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|
2024-02-05 10:45:36 +00:00
|
|
|
$boldWeight: 700;
|
|
|
|
$normalWeight: 400;
|