@font-face {
  font-family: 'rel';
  src: url('fonts/Relative-Book.ttf') format('truetype');
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'rel', sans-serif;
  background: var(--purple);
}

p {
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: underline;
}

button {
  font-family: inherit;
}
