blob: c11e046cf42c611c2eab51c621ac89ef2a37a8a8 [file] [log] [blame]
Dixsie Wolmers8048c9a2020-02-19 18:39:31 -06001dt,
2legend,
3label {
Yoshie Muranaka01da8182020-07-08 15:46:43 -07004 color: gray("800");
Dixsie Wolmers8048c9a2020-02-19 18:39:31 -06005 font-size: 14px;
6 font-weight: 400;
Dixsie Wolmersbe88c612020-07-20 13:29:54 -05007 line-height: 1.4285;
8}
9
10h1,
11.h1 {
12 font-size: 2.625rem;
13 font-weight: 300;
14 line-height: 1.238;
15}
16
17h2,
18.h2 {
19 font-size: 2.25rem;
20 font-weight: 300;
21 line-height: 1.3333;
22}
23
24h3,
25.h3 {
26 font-size: 1.75rem;
27 font-weight: 400;
28 line-height: 1.2857;
29}
30
31h4,
32.h4 {
33 font-size: 1.25rem;
34 font-weight: 400;
35 line-height: 1.3;
36}
37
38h5,
39.h5 {
40 font-size: 1rem;
41 font-weight: 500;
42 line-height: 1.375;
43}
44
45h6,
46.h6 {
47 font-size: 0.875rem;
48 font-weight: 500;
49 line-height: 1.2857;
Dixsie Wolmers8048c9a2020-02-19 18:39:31 -060050}