2023-07-04 16:48:36 -07:00
|
|
|
$pageWidth: 750px;
|
2023-07-04 10:08:32 -07:00
|
|
|
$mobileBreakpoint: 600px;
|
2024-02-01 21:15:28 -08:00
|
|
|
$tabletBreakpoint: 1000px;
|
2023-08-21 09:00:13 -07:00
|
|
|
$sidePanelWidth: 380px;
|
2023-07-04 10:08:32 -07:00
|
|
|
$topSpacing: 6rem;
|
2023-07-22 17:27:41 -07: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;
|