12 lines
319 B
SCSS
12 lines
319 B
SCSS
|
$font-family-main: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', sans-serif;
|
||
|
|
||
|
$font-weight-regular: 400;
|
||
|
$font-weight-medium: 500;
|
||
|
$font-weight-semiBold: 600;
|
||
|
$font-weight-bold: 700;
|
||
|
|
||
|
$font-style-normal: normal;
|
||
|
$font-style-italic: italic;
|
||
|
$font-style-oblique: oblique;
|
||
|
$font-style-inherit: inherit;
|