-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.scss
64 lines (59 loc) · 1.31 KB
/
index.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.cdnfonts.com/css/faktum-test');
$color_1: #fff;
$font-family_1: "Faktum test", sans-serif;
$font-family_2: "Rubik", sans-serif;
$background-color_1: #1f1e1e;
body {
margin: 0;
padding: 0;
box-sizing: border-box;
max-width: 1440px;
margin: 0 auto;
background-color: $background-color_1;
}
p {
color: $color_1;
font-family: $font-family_1;
text-rendering: optimizeLegibility;
font-weight: 300;
}
span {
color: $color_1;
font-family: $font-family_1;
text-rendering: optimizeLegibility;
font-weight: 300;
}
a {
color: $color_1;
font-family: $font-family_1;
text-rendering: optimizeLegibility;
font-weight: 300;
text-decoration: none;
}
div {
color: $color_1;
font-family: $font-family_1;
text-rendering: optimizeLegibility;
font-weight: 300;
}
h1 {
color: $color_1;
padding: 0;
margin: 0;
font-family: $font-family_2;
}
h3 {
color: $color_1;
padding: 0;
margin: 0;
font-family: $font-family_2;
}
h4 {
color: $color_1;
padding: 0;
margin: 0;
font-family: $font-family_2;
}