@font-face {
  font-family: "Sudofont";
  src: url("/assets/fonts/sudofont-regular.ttf");
}

html,
body,
header,
main,
section {
  background-color: #303030;
  margin: 0;
}

body {
  font-family: sans-serif;
}
