@import url(https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Poppins:wght@100;400&display=swap);

/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "calibriregular";
  src: url('calibri-regular-webfont.woff2') format("woff2"), url('calibri-regular-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinregular";
  src: url('din-regular-webfont.woff2') format("woff2"), url('din-regular-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tgl";
  src: url('tgl_0-1451eng-webfont.woff2') format("woff2"), url('tgl_0-1451eng-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  background-color: #000;
  font-family: "dinregular", "tgl", "Poppins", sans-serif;
  font-size: 18px;
}
.justify {
  text-align: justify;
}

/*# sourceMappingURL=styles.css.map*/