aboutsummaryrefslogtreecommitdiff
path: root/styles/shared.scss
blob: 357ba7e36c1ed2c77ffde1ef06709720a74a973c (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
@use "./variables" as *;
@use "./alert";

:root {
  font: 400 16px/1.65 $mainFontStack;
}

%heading {
  font-family: $titleFontStack;
  line-height: 1.25;
  margin-block-start: 0.75em;
  margin-block-end: 0.25em;
}

h1 {
  @extend %heading;
  font-size: 3.25rem;
}

h2 {
  @extend %heading;
  font-size: 2.5rem;
}

h3 {
  @extend %heading;
  font-size: 1.5rem;
}

h4 {
  @extend %heading;
  font-size: 1.25rem;
}