-
Notifications
You must be signed in to change notification settings - Fork 2
/
sfui.scss
29 lines (24 loc) · 887 Bytes
/
sfui.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Font family
$body-font-family-primary: 'Montserrat', sans-serif !default;
$body-font-family-secondary: 'Montserrat', sans-serif !default;
// Font weight
$body-font-weight-primary: 500 !default;
$body-font-weight-secondary: 800 !default;
// Heading font weight
$h1-font-weight-desktop: 800 !default;
$h2-font-weight-desktop: 800 !default;
$h3-font-weight-desktop: 800 !default;
$h4-font-weight-desktop: 800 !default;
$h1-font-weight-mobile: 800 !default;
$h2-font-weight-mobile: 800 !default;
$h3-font-weight-mobile: 800 !default;
$h4-font-weight-mobile: 800 !default;
// Theme colors
$c-primary: rgb(208, 46, 97);
$c-secondary: rgb(215, 111, 42);
$c-text-primary: #222;
// $c-text-secondary: $c-gray-secondary !default;
// $c-text-on-light: $c-black !default;
// $c-text-on-dark: $c-white !default;
$c-text-link: rgb(208, 46, 97);
// $c-text-link-hover: $c-dark-primary !default;