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

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@font-face {
  font-family: "Newzald";
  font-weight: bold;
  src: url("./test-newzald-bold.woff2");
}

@font-face {
  font-family: "Newzald";
  font-weight: medium;
  src: url("./test-newzald-medium.woff2");
}

