@font-face {
  font-family: Notosans Regular;
  src: url('../fonts/NotoSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans Bold;
  src: url('../fonts/NotoSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acme;
  src: url('../fonts/Acme-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2b2b2b;
  --white: #fff;
  --gruen: #009640;
  --hellgrau: #d5d5d5;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  font-family: Notosans Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Acme, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--gruen);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Acme, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 46px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Acme, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  color: var(--gruen);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-image: url('../images/Flaeche-nav.png');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-wrapper {
  width: auto;
}

.nav-menu-two {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: center;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Notosans Bold, sans-serif;
  font-size: 1.5vw;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--gruen);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 400px;
  margin-bottom: -30px;
}

.list-item {
  text-align: center;
}

.titelbild {
  background-image: url('../images/Steinbergrbau_Titelbild.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 950px;
  padding-bottom: 100px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section {
  margin-top: 345px;
  margin-bottom: 254px;
}

.p-weiss-titel {
  color: var(--white);
  font-size: 25px;
}

.telnummer-titel {
  color: var(--white);
  margin-top: 40px;
  font-family: Acme, sans-serif;
  font-size: 46px;
}

.div-block {
  text-align: right;
  width: 37%;
}

.section-2 {
  background-image: url('../images/hibtergrund-eck.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-top: -56px;
  margin-bottom: -104px;
  padding: 220px 20px;
}

.section-2.section03 {
  margin-top: -89px;
  padding-top: 200px;
}

.section-2.sec-arbeiten {
  margin-top: -88px;
  margin-bottom: 0;
}

.image-2 {
  width: 55px;
  margin-right: 20px;
}

.image-2.img-ameise {
  width: 80px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.text-span {
  font-family: Notosans Bold, sans-serif;
}

.div-block-2 {
  margin-top: 40px;
}

.section-3 {
  background-image: url('../images/Steiberger-bau-arbeit.png');
  background-position: 65% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1300px;
  margin-top: -116px;
  margin-bottom: 0;
  padding-top: 155px;
  padding-bottom: 100px;
  padding-right: 40px;
  display: block;
}

.section-3.sect6 {
  background-image: url('../images/steinbergerbau-unternehmen.png');
  background-position: 33% 100%;
  margin-top: 0;
  padding-top: 220px;
  display: block;
}

.div-block-3 {
  width: 55%;
  margin-left: auto;
}

.h2-weiss, .h3-weiss, .p-weiss {
  color: var(--white);
}

.image-3 {
  margin-top: -40px;
}

.text-span-2 {
  font-family: Notosans Bold, sans-serif;
}

.heading {
  margin-top: 0;
  font-family: Notosans Bold, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.button {
  background-color: var(--gruen);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Notosans Bold, sans-serif;
}

.button:hover {
  color: var(--hellgrau);
  background-color: #007131;
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
}

.image-4 {
  margin-top: -173px;
}

.section-4 {
  margin-right: 0;
  padding-bottom: 100px;
  padding-left: 20px;
}

.columns {
  margin-top: -50px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-5 {
  width: 350px;
  margin-top: -91px;
  margin-left: 40px;
}

.paragraph {
  margin-top: -60px;
}

.div-block-4, .div-block-5, .div-block-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.list-item-2 {
  text-align: center;
}

.div-block-7 {
  width: 70%;
  margin-left: auto;
  position: relative;
  top: 228px;
}

.div-block-7.p-weiss {
  width: 60%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0%;
  padding-right: 20px;
  position: absolute;
  top: 181px;
  right: 0;
}

.div-block-7.p-weiss.block-fam {
  width: 55%;
  position: absolute;
  top: 145px;
  right: 0;
}

.image-6 {
  text-align: right;
  max-width: none;
  height: 1235px;
  margin: 0 0 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  right: 13%;
  overflow: hidden;
}

.image-6.img-sanierung {
  float: right;
  object-position: 100% 50%;
  height: 1150px;
  margin-left: auto;
  margin-right: 0;
}

.section02 {
  margin-top: 105px;
  position: relative;
}

.img-mobil {
  width: 55px;
  margin-right: 20px;
  display: none;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.div-block-9 {
  text-align: right;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  right: 0;
  overflow: hidden;
}

.div-block-10 {
  width: 100%;
  overflow: hidden;
}

.section-6 {
  padding: 100px 100px 220px;
}

.div-block-11 {
  background-color: #ffffffba;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
  box-shadow: inset 0 3px 7px 1px #0003;
}

.image-8 {
  width: 28px;
  margin-top: 0;
}

.image-9 {
  z-index: 99;
  width: 71px;
  position: fixed;
  inset: auto 0% 6% auto;
}

.link-weiss {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .nav-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image {
    width: 500px;
    margin-left: 40px;
  }

  .titelbild {
    padding-bottom: 140px;
  }

  .telnummer-titel {
    font-size: 55px;
  }

  .section-2 {
    margin-top: -56px;
    margin-bottom: -105px;
    padding-top: 165px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2.section03 {
    margin-top: -90px;
    margin-bottom: -1px;
    padding-top: 220px;
  }

  .section-2.sec-arbeiten {
    margin-top: -92px;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .section-3 {
    background-position: 0 100%;
    height: 1400px;
    margin-top: -122px;
  }

  .section-3.sect6 {
    background-position: 0%;
  }

  .image-3 {
    width: 100%;
    margin-top: -52px;
  }

  .image-4 {
    margin-top: -220px;
  }

  .div-block-4 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-7.p-weiss {
    width: 51%;
    padding-right: 20px;
    position: absolute;
    top: 153px;
    right: 0;
  }

  .div-block-7.p-weiss.block-fam {
    width: 45%;
    position: absolute;
    top: 135px;
    right: 0;
  }

  .image-6 {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: static;
    right: 0%;
  }

  .image-6.img-sanierung {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .section02 {
    margin-left: auto;
    position: relative;
  }

  .section-5 {
    position: relative;
  }

  .div-block-9 {
    float: none;
    margin-left: 0;
    left: 0;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 50px;
    line-height: 55px;
  }

  h3 {
    font-size: 37px;
    line-height: 40px;
  }

  p {
    font-size: 22px;
  }

  .section-2 {
    margin-top: -146px;
    margin-bottom: -205px;
    padding-top: 220px;
    padding-bottom: 250px;
  }

  .section-2.section03 {
    margin-top: -172px;
    margin-bottom: 0;
    padding-top: 250px;
  }

  .section-2.sec-arbeiten {
    margin-top: -170px;
    margin-bottom: 0;
  }

  .h3-weiss {
    font-size: 37px;
    line-height: 40px;
  }

  .image-3 {
    margin-top: -79px;
  }

  .image-4 {
    margin-top: -259px;
  }

  .image-5 {
    width: 500px;
    margin-top: -144px;
  }

  .div-block-7.p-weiss {
    padding-right: 60px;
    top: 278px;
  }

  .div-block-7.p-weiss.block-fam {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    padding-right: 60px;
    display: block;
    top: 182px;
  }

  .image-6 {
    margin-top: 0;
  }

  .image-6.img-sanierung {
    width: 100%;
  }

  .section02 {
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
  }

  .section-6 {
    margin-top: 140px;
    margin-bottom: 220px;
    padding-bottom: 140px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-3 {
    font-size: 37px;
    line-height: 41px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper {
    margin-bottom: 0;
  }

  .navbar-brand.w--current {
    z-index: 2;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    z-index: 1;
    text-align: center;
    background-color: #ffffffe0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 100px 20px 60px;
    display: block;
    position: absolute;
    top: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--gruen);
  }

  .image {
    z-index: 2;
    position: relative;
  }

  .list-item {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titelbild {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-end;
    align-items: center;
    height: 750px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .p-weiss-titel {
    font-size: 20px;
    line-height: 25px;
  }

  .telnummer-titel {
    margin-top: 30px;
  }

  .div-block {
    width: 51%;
  }

  .section-2 {
    background-position: 100% 100%;
    background-size: cover;
    margin-bottom: -76px;
  }

  .section-2.section03 {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .section-2.sec-arbeiten {
    z-index: 0;
    margin-top: 0;
    margin-bottom: -75px;
    padding-top: 140px;
    position: static;
  }

  .image-2, .image-2.img-ameise {
    display: block;
  }

  .image-2.img-desktop {
    display: none;
  }

  .section-3 {
    padding-right: 20px;
    position: static;
  }

  .section-3.sect6 {
    padding-top: 154px;
    position: relative;
  }

  .div-block-3 {
    width: 70%;
    position: static;
  }

  .h2-weiss {
    color: var(--gruen);
  }

  .h3-weiss, .p-weiss {
    color: var(--black);
  }

  .image-4 {
    margin-top: -45px;
    padding-left: 0;
  }

  .section-4 {
    margin-right: 0;
    padding-left: 0;
  }

  .columns {
    margin-top: -46px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    width: 310px;
    margin-top: -49px;
    margin-left: 20px;
  }

  .div-block-4, .div-block-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-2 {
    text-align: right;
  }

  .link {
    white-space: nowrap;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .icon {
    color: var(--black);
    font-size: 38px;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 151px;
  }

  .div-block-7.p-weiss {
    color: var(--black);
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .div-block-7.p-weiss.block-fam {
    width: 100%;
    padding-bottom: 80px;
    position: static;
  }

  .image-6 {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .image-6.img-sanierung {
    height: auto;
  }

  .section02 {
    margin-top: 0;
  }

  .img-mobil {
    width: 55px;
    margin-right: 20px;
    display: block;
  }

  .div-block-9 {
    position: static;
  }

  .section-6 {
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: -33px;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image {
    width: 340px;
  }

  .titelbild {
    background-position: 66% 100%;
    height: 700px;
    padding-right: 20px;
    position: relative;
  }

  .p-weiss-titel {
    font-size: 23px;
    line-height: 30px;
  }

  .telnummer-titel {
    margin-top: 20px;
    font-size: 45px;
  }

  .div-block {
    width: 53%;
  }

  .section-2 {
    margin-top: -40px;
    padding-top: 140px;
  }

  .section-2.section03 {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .section-2.sec-arbeiten {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .div-block-3 {
    width: 90%;
  }

  .h2-weiss {
    font-size: 33px;
  }

  .h3-weiss {
    font-size: 27px;
  }

  .button {
    font-size: 20px;
  }

  .column-2 {
    margin-top: 40px;
    padding-left: 0;
  }

  .image-4 {
    margin-top: -107px;
  }

  .section-4 {
    padding-bottom: 50px;
    padding-left: 0;
  }

  .columns {
    margin-top: -45px;
    padding-left: 40px;
  }

  .image-5 {
    width: 340px;
    margin-top: -69px;
    margin-left: 40px;
    padding-left: 10px;
  }

  .div-block-4, .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .icon {
    font-size: 40px;
  }

  .img-mobil {
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    margin-bottom: 0;
  }

  .navbar-brand.w--current {
    padding-right: 40px;
  }

  .nav-menu-two {
    flex-direction: column;
    margin-top: -26px;
    padding-top: 75px;
  }

  .nav-link {
    font-size: 19px;
    line-height: 17px;
  }

  .menu-button, .menu-button.w--open {
    padding: 5px;
  }

  .image {
    width: 300px;
  }

  .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titelbild {
    background-position: 64% 100%;
    justify-content: flex-end;
    align-items: center;
    height: 560px;
    padding-bottom: 0;
  }

  .p-weiss-titel {
    font-size: 17px;
    line-height: 22px;
  }

  .telnummer-titel {
    color: #fff;
    font-size: 33px;
  }

  .div-block {
    width: 58%;
    margin-top: 12px;
  }

  .section-2 {
    padding: 140px 10px;
  }

  .section-2.section03 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: 45px;
    margin-right: 10px;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .h2-weiss {
    margin-top: 0;
    font-size: 27px;
  }

  .h3-weiss {
    white-space: normal;
    word-break: normal;
    font-size: 24px;
    line-height: 29px;
  }

  .heading {
    font-size: 21px;
    line-height: 30px;
  }

  .button {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 17px;
  }

  .column-2 {
    padding-left: 10px;
  }

  .image-4 {
    margin-top: -87px;
    margin-bottom: 0;
  }

  .section-4 {
    padding-bottom: 60px;
  }

  .columns {
    margin-top: -42px;
    padding-left: 20px;
  }

  .image-5 {
    width: 90%;
    margin-top: -59px;
    margin-left: 0;
    padding-left: 30px;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 31px;
  }

  .icon {
    font-size: 33px;
  }

  .div-block-7.p-weiss {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-mobil {
    width: 45px;
    margin-left: -10px;
    margin-right: 10px;
    padding-top: 5px;
    display: block;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-7 {
    margin-bottom: 20px;
  }

  .link-weiss {
    color: var(--white);
  }
}


@font-face {
  font-family: 'Notosans Regular';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans Bold';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acme';
  src: url('../fonts/Acme-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}