18 lines
321 B
SCSS
18 lines
321 B
SCSS
$font-family-sans-serif: 'Overpass', system-ui, -apple-system, sans-serif;
|
|
$font-size-base: 18px;
|
|
|
|
$heading-font-family: 'Exo 2', sans-serif;
|
|
|
|
$heading-font-sizes: (
|
|
h1: 4rem,
|
|
h2: 2rem,
|
|
h3: 1.5rem,
|
|
h4: 1rem,
|
|
h5: 0.875rem,
|
|
h6: 0.75rem
|
|
);
|
|
|
|
$heading-breakpoints: (
|
|
'md': 4 / 5,
|
|
'sm': 2 / 3
|
|
); |