aboutsummaryrefslogtreecommitdiff
path: root/public/style.css
blob: 8db054f22c1aa512948569c6e3ca7fc290b3b076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  transition-timing-function: ease-in-out;
}

h1 {
  font-size: 34px;
  font-weight: normal;
}

h4 {
  font-size: 10px;
  font-weight: 500;
}

p {
  font-size: 16px;
}