@charset "utf-8";

* {
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

.construct-bg {
  background-image: url("../img/metal-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}
