aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
blob: c4eefcb7dfbd15045783367618c07627e223bdbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@font-face {font-family: 'Hack';src: url('../public/fonts/Hack-Regular.ttf');src: url('../public/fonts/Hack-Bold.ttf');}

html,
body {
  padding: 0;
  margin: 0;
  font-family: Hack, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}