summaryrefslogtreecommitdiff
path: root/public/css/base/typography.css
blob: 4f33d8674d5a8cb7ee4f41f257736454bf6ed20f (plain)
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
:root {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-1);
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.5;
}

h1 {
  font-size: var(--font-size-5);
  font-weight: 600;
}

h2 {
  font-size: var(--font-size-4);
  font-weight: 500;
}

h3 {
  font-size: var(--font-size-3);
  font-weight: 400;
}

h4 {
  font-size: var(--font-size-2);
  font-weight: 400;
}

.title,
.title--small,
h1,
h2,
h3,
h4 {
  font-family: var(--font-serif);
}

.title {
  font-size: var(--font-size-6);
  font-weight: 700;
  margin-block-start: var(--spacing-block-sm);
}

.title--small {
  font-size: var(--font-size-2);
}