-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvar.css
More file actions
38 lines (32 loc) · 836 Bytes
/
var.css
File metadata and controls
38 lines (32 loc) · 836 Bytes
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
:root {
--sf-ff: 'Inter', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--sf-lh: 0.8;
--sf-lh-normal: 1.1875;
--sf-table-gap-x: 0.7em;
--sf-table-gap-y: 0.4em;
--sf-fw: 400;
--sf-fw-h1: 700;
--sf-fw-h2: 700;
--sf-fw-h3: 700;
--sf-fw-h4: 600;
--sf-fw-h5: 600;
--sf-fw-h6: 600;
--sf-fw-bold: 600;
--sf-fw-small: 300;
--sf-fz: 1rem;
--sf-fz-h1: 3rem;
--sf-fz-h2: 2.5rem;
--sf-fz-h3: 2rem;
--sf-fz-h4: 1.5rem;
--sf-fz-h5: 1.25rem;
--sf-fz-h6: 1rem;
--sf-fz-bold: 1rem;
--sf-fz-small: 0.75rem;
--sf-disabled: 0.4;
--sf-c-link: 225 73% 57%;
--sf-c-txt: 0 0% 10%;
--sf-c-bg: 0 0% 100%;
--sf-c-shape-bg: 0 0% 90%;
--sf-c-backdrop: 0 0% 10%;
--sf-c-table-bd: 0 0% 75%;
}