-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
106 lines (90 loc) · 1.83 KB
/
index.css
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
html {
scroll-padding-top: 100px;
}
body {
margin: 0;
font-family: "Calibre", "Inter", "San Francisco", -apple-system, system-ui,
sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: fit-content;
}
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
width: 0.75rem;
background-color: #212733;
border: 3px solid #0d1017;
border-radius: 0.625rem;
}
.fz-sm {
font-size: 0.875rem;
}
.fz-md {
font-size: 1rem;
}
.fz-lg {
font-size: 1.125rem;
}
.fz-xl {
font-size: 1.25rem;
}
.fz-heading {
font-size: 2rem;
}
@font-face {
font-family: "Calibre";
src: local("Calibre-Regular"),
url("./fonts/Calibre/Calibre-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Calibre-sb";
src: local("Calibre-Semibold"),
url("./fonts/Calibre/Calibre-Semibold.ttf") format("truetype");
}
@font-face {
font-family: "Calibre-md";
src: local("Calibre-Medium"),
url("./fonts/Calibre/Calibre-Medium.ttf") format("truetype");
}
@font-face {
font-family: "Mono";
src: local("SFMono-Regular"),
url("./fonts/SFMono/SFMono-Regular.ttf") format("truetype");
}
.heading-color {
color: #00916e;
font-family: "Calibre", sans-serif;
}
.button-main {
background-color: transparent;
border: 1px solid #00916e;
border-radius: 3px;
padding: 1rem 1.35rem;
font-size: 0.875rem;
font-family: "Mono", sans-serif;
font-weight: 500;
line-height: 1;
text-decoration: none;
cursor: pointer;
margin-top: 3.125rem;
}
ul .button-main {
padding-top: 8px;
padding-bottom: 4px;
margin-top: 0;
font-size: 0.8125rem;
font-family: "Calibre", sans-serif;
position: relative;
left: 0.9375rem;
}
.button-main a {
text-decoration: none;
color: #fff;
}
.button-main a:hover {
text-decoration: none;
color: #00916e;
}
span svg {
font-size: 2.5rem;
}