@font-face {
  font-family: "Roboto-Bold";
  src: url(../../fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url(../../fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}

html {
  scroll-behavior: smooth;
}

.svgicon {
  height: 1em;
  vertical-align: -0.125em;
  display: inline-block;
}

#backgroundImage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  image-orientation: from-image;
  background-image: "../images/background-2000x1545.png";
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  z-index: -1;
}
