body * {
  font-family: europa, sans-serif;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  text-rendering: geometricPrecision;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "europa";
  src: url("/resources/fonts/Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "europa";
  src: url("/resources/fonts/Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "europa";
  src: url("/resources/fonts/Thin.ttf");
  font-weight: 300;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
  /* background-color: rgb(17, 17, 17); */
  background-color: black;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 18px;
}

form {
  margin-block-end: 0;
  margin-bottom: 0;
}

p {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

a {
  color: white;
}
