-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleguide.css
More file actions
30 lines (30 loc) · 1000 Bytes
/
styleguide.css
File metadata and controls
30 lines (30 loc) · 1000 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
:root {
--x-1c: rgba(246, 209, 197, 1);
--x-1f: rgba(89, 75, 71, 1);
--x-1e: rgba(115, 99, 96, 1);
--x-1a: rgba(252, 243, 239, 1);
--text-font-family: "Commissioner", Helvetica;
--text-font-weight: 400;
--text-font-size: 18px;
--text-letter-spacing: 0.72px;
--text-line-height: 28px;
--text-font-style: normal;
--card-title-font-family: "Athelas", Helvetica;
--card-title-font-weight: 700;
--card-title-font-size: 28px;
--card-title-letter-spacing: 0.56px;
--card-title-line-height: 80px;
--card-title-font-style: normal;
--text-title-font-family: "Athelas", Helvetica;
--text-title-font-weight: 700;
--text-title-font-size: 32px;
--text-title-letter-spacing: 0.64px;
--text-title-line-height: 80px;
--text-title-font-style: normal;
--text-bold-font-family: "Commissioner", Helvetica;
--text-bold-font-weight: 500;
--text-bold-font-size: 20px;
--text-bold-letter-spacing: 0.4px;
--text-bold-line-height: 28px;
--text-bold-font-style: normal;
}