2023-07-05 06:48:36 +07:00
|
|
|
$pageWidth: 750px;
|
2023-07-05 00:08:32 +07:00
|
|
|
$mobileBreakpoint: 600px;
|
2024-02-02 12:15:28 +07:00
|
|
|
$tabletBreakpoint: 1000px;
|
2023-08-21 23:00:13 +07:00
|
|
|
$sidePanelWidth: 380px;
|
2023-07-05 00:08:32 +07:00
|
|
|
$topSpacing: 6rem;
|
2023-07-23 07:27:41 +07:00
|
|
|
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|
2024-02-02 15:53:05 +07:00
|
|
|
$boldWeight: 700;
|
2024-02-18 01:34:46 +07:00
|
|
|
$semiBoldWeight: 600;
|
2024-02-02 15:53:05 +07:00
|
|
|
$normalWeight: 400;
|