-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
83 lines (78 loc) · 1.69 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
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
body, p{
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
color: #000000;
}
h1{
/* Heading/Heading 1 */
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
font-size: 58px;
line-height: 109px;
/* identical to box height */
color: #000000;
}
h2{
/* Heading/Heading 2 */
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
font-size: 38px;
line-height: 71px;
color: #000000;
}
h3{
/* Heading/Heading 3 */
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 64px;
/* identical to box height */
color: #000000;
}
h4{
/* Heading/Heading 4 */
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 45px;
/* identical to box height */
color: #000000;
}
h5{
/* Heading/Heading 5 */
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 34px;
/* identical to box height */
color: #000000;
}
h6{
/* Heading/Heading SemiBold 1 */
font-family: 'Cairo';
font-style: normal;
font-weight: 600;
font-size: 34px;
line-height: 64px;
/* identical to box height */
color: #000000;
}