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

@font-face {
  font-family: Mellow Arvo;
  src: url('../fonts/Arvo-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mellow Arvo;
  src: url('../fonts/Arvo-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Astronoma;
  src: url('../fonts/astronoma.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --waves-library--black: #131313;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pizza-g5b119c43a_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.navbar {
  background-color: #f2e8dc;
  padding: 0 1vw 1vw 5vw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.image {
  width: 200px;
  max-width: none;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.heading {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.section-2 {
  background-color: #fcf9f3;
  margin-right: 0;
  padding: 50px 5vw;
  font-size: 15px;
}

.heading-2 {
  color: #003d2e;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.heading-2.wei {
  color: #fff;
  margin-bottom: 0;
}

.heading-2._2 {
  color: #f3e8dd;
}

.fu {
  color: #000;
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 5vw 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.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;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
}

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

.footer-legal-link {
  color: #000;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.paragraph {
  color: #f2e8dc;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph._75 {
  color: #003d2e;
  text-align: left;
  width: 75%;
  margin-bottom: 100px;
}

.body {
  color: #373534;
  background-color: #f2e8dc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 2rem 60px;
  font-family: Astronoma, Arial, sans-serif;
  display: flex;
}

.columns {
  height: 90vh;
}

.column {
  color: #fff;
  background-image: url('../images/PHOTO-2025-09-15-14-28-52.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.section-3 {
  justify-content: center;
  padding: 100px 5vw 150px;
  display: flex;
}

.section-3.dunkel {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 100px;
}

.section-3.dunkel.re {
  color: #000;
  min-height: 100vh;
  max-height: none;
  padding-top: 200px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-2 {
  color: #f2e8dc;
  background-color: #003d2e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 50vh;
  padding: 50px 100px 50px 50px;
  display: flex;
  position: relative;
  right: -25px;
}

.div-block-3 {
  background-color: #f3e8dd;
  width: 60%;
  padding: 50px;
  position: relative;
  top: 50px;
  left: -25px;
}

.submit-button {
  color: #f4e6dd;
  background-color: #373534;
  border: 2px solid #373534;
  height: 50px;
  padding: 10px 20px;
  transition: all .4s ease-in-out;
}

.submit-button:hover {
  color: #373534;
  background-color: #0000;
}

.submit-button._2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  display: flex;
}

.submit-button._2._2 {
  color: #fcf9f3;
  background-color: #003d2e;
  background-image: url('../images/Karte.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px solid #003d2e;
  padding-left: 50px;
  transition: all .4s ease-in-out;
}

.submit-button._2._2:hover {
  color: #003d2e;
  background-color: #0000;
  background-image: url('../images/Castello-Icon.svg');
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #373534;
  height: 50px;
}

.select-field {
  background-color: #f4e6dd;
  border-bottom: 1px #000;
}

.select-field:focus {
  border: 1px #000;
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  border-style: none;
}

.checkbox {
  border-color: #373534;
  border-radius: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.checkbox.w--redirected-checked {
  background-color: #373534;
  background-size: 80%;
  border-color: #373534;
  border-radius: 0;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.list {
  padding-left: 20px;
  font-size: 18px;
  line-height: 25px;
}

.list-item {
  border: 1px #000;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.heading-3 {
  color: #373534;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.heading-3.wei {
  color: #fff;
  margin-bottom: 0;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 75px;
}

.div-block-4 {
  background-color: #dcccbf;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
  top: -10px;
}

.div-block-4._2 {
  top: 30px;
}

.div-block-4._3 {
  top: -40px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

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

.heading-2-copy {
  color: #003d2e;
  text-align: left;
  border-bottom: 5px solid #003d2e;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.heading-2-copy.wei {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-copy {
  color: #003d2e;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-copy._75 {
  width: 75%;
  margin-bottom: 100px;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 50px;
  font-size: 20px;
  line-height: 30px;
}

.link {
  color: #003d2e;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.paragraph-seo {
  color: #373534cc;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.paragraph-seo._75 {
  width: 75%;
  margin-bottom: 100px;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 0;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-3.last-image-top-grid {
  border-radius: 0;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 0;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium {
  background-color: #f4e6dd;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.link-block {
  margin-left: 10px;
}

.image-3 {
  width: 120px;
}

.image-4 {
  width: 100px;
}

.image-5 {
  width: 80px;
}

.code-embed {
  width: 100%;
}

.body-2 {
  background-color: #f2e8dc;
  font-size: 18px;
  line-height: 22px;
}

.div-block-7 {
  border: 5px solid #d95031;
  width: 100%;
  max-width: 1024px;
  padding: 23px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
}

.linie-50 {
  background-color: #d95030;
  width: 105%;
  height: 5px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -23px;
}

.paragraph-2 {
  margin-top: 16px;
  margin-bottom: 0;
}

.linie-100 {
  background-color: #d95030;
  width: 100%;
  height: 5px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-2 {
  padding-top: 150px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  color: #003d2e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 0;
  width: 100%;
}

.bold-text {
  color: #003d2e;
}

.waves---section-medium-3 {
  background-color: #f4e6dd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-2-copy-copy {
  color: #003d2e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading-2-copy-copy.wei {
  color: #fff;
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .fu {
    width: 100%;
    max-width: 1440px;
  }

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

  .columns, .section-3 {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1920px) {
  .fu {
    max-width: 1700px;
  }

  .body {
    justify-content: flex-start;
  }

  .columns, .section-3 {
    max-width: 1700px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .columns {
    height: 70vh;
  }

  .column-2 {
    padding-top: 50px;
  }

  .section-3 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-3.dunkel {
    padding-bottom: 100px;
  }

  .div-block-2 {
    padding-left: 25px;
    padding-right: 75px;
    right: -15px;
  }

  .div-block-3 {
    padding: 25px;
    left: -15px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .menu-button {
    display: none;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .fu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
  }

  .image {
    width: 100px;
  }

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

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph._75 {
    width: 100%;
  }

  .body {
    padding-top: 150px;
  }

  .columns {
    height: auto;
  }

  .column {
    height: 50vh;
    margin-top: 25px;
    padding-left: 0;
  }

  .column-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    flex-direction: column;
    padding: 50px 0;
  }

  .section-3.dunkel {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-2 {
    width: 100%;
    height: 40vh;
    padding-right: 25px;
    right: 0;
  }

  .div-block-3 {
    width: 100%;
    top: 0;
    left: 0;
  }

  .text-field {
    border-style: none none solid;
    border-color: #000 #000 #373534;
    border-radius: 0;
  }

  .select-field {
    border: 1px #000;
  }

  .select-field:focus, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
    border-style: none;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-4, .div-block-4._2, .div-block-4._3 {
    top: 0;
  }

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

  .paragraph-copy {
    font-size: 15px;
    line-height: 25px;
  }

  .brand {
    padding-left: 0;
  }

  .paragraph-seo {
    font-size: 15px;
    line-height: 25px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

#w-node-_32519572-2a72-b422-d8f4-e3547d768028-76b46ef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32519572-2a72-b422-d8f4-e3547d768029-76b46ef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_79122f4c-bd72-de76-290a-3328eee693ad-76b46ef6, #w-node-_79122f4c-bd72-de76-290a-3328eee693af-76b46ef6, #w-node-_79122f4c-bd72-de76-290a-3328eee693b1-76b46ef6, #w-node-_79122f4c-bd72-de76-290a-3328eee693b3-76b46ef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_79122f4c-bd72-de76-290a-3328eee693b6-76b46ef6, #w-node-_79122f4c-bd72-de76-290a-3328eee693b8-76b46ef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_79122f4c-bd72-de76-290a-3328eee693ba-76b46ef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_79122f4c-bd72-de76-290a-3328eee693bc-76b46ef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_32519572-2a72-b422-d8f4-e3547d768028-76b46ef6 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Mellow Arvo';
  src: url('../fonts/Arvo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mellow Arvo';
  src: url('../fonts/Arvo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mellow Arvo';
  src: url('../fonts/Arvo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mellow Arvo';
  src: url('../fonts/Arvo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Astronoma';
  src: url('../fonts/astronoma.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}