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

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

@font-face {
  font-family: Formular;
  src: url('../fonts/Formular-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Formular 1";
  src: url('../fonts/Formular-Black1.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Formular;
  src: url('../fonts/Formular-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Formular 1";
  src: url('../fonts/Formular-MediumItalic1.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Formular 1";
  src: url('../fonts/Formular-Light1.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  background-color: #fff;
}

.section-main {
  display: none;
}

.block-main {
  background-color: #47cc38;
  background-image: url('../images/main2-buf_1main2-buf.webp');
  background-position: 0 0;
  background-size: contain;
  min-height: 100vh;
  padding: 1rem;
  position: relative;
}

.block-main-image {
  background-image: url('../images/main_1main.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  min-height: 100vh;
}

.image {
  border-radius: 10px;
}

.block-heading {
  background-color: #fff;
  background-image: none;
  border-radius: 10px;
  max-width: 50%;
  padding: 18px;
  position: absolute;
  inset: auto 0% 6% auto;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 140%;
}

.body {
  font-family: Formular, Arial, sans-serif;
}

.block-logo {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1rem;
  padding-right: 1rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.link-block {
  max-width: 20%;
}

.block2 {
  background-color: #000;
}

.container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.container.end {
  padding-bottom: 3rem;
}

.block2-2 {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Harvest_main_screen_3744x832_01_panels-1_1Harvest_main_screen_3744x832_01_panels (1).webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.block-logos {
  background-color: #47cc3800;
  margin-top: 2rem;
  padding: 1rem;
}

.companies_section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.companies-image {
  max-width: 40%;
}

.upseling-card {
  background-image: url('../images/_MG_2758_MG_2757.webp');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 400px;
}

.upseling-card.splide__slide {
  background-image: none;
  height: auto;
}

.upseling-content.splide {
  position: relative;
}

.splide__arrow {
  background-color: #3898ec00;
  background-image: url('../images/6682b86aec30015107937a01_chevron_left.svg');
  background-position: 0 0;
  background-size: auto;
  width: 2rem;
  height: 2rem;
}

.splide__arrow.splide__arrow--prev {
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/6682b86aec300151079379ee_chevron_right.svg');
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide-button-styles {
  display: none;
}

.splide__arrows {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
  position: relative;
}

.upseling-color-list {
  display: flex;
}

.first-sld {
  background-image: url('../images/ph1_1ph1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.left-arrow {
  display: none;
}

.sec-sldr {
  background-image: url('../images/ph2_1ph2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slider {
  height: 100vh;
}

.slide-nav {
  z-index: 10;
  display: none;
}

.top-slider-box {
  height: 100vh;
}

.four-slide {
  background-image: url('../images/ph6_1ph6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.five-sld {
  background-image: linear-gradient(#00000024, #00000024), url('../images/aub-5_1aub-5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.line_ux {
  padding-top: 20px;
  padding-left: 40px;
  display: flex;
}

.kine1 {
  background-color: #8da18e;
  border-radius: 1px;
  width: 20px;
  height: 4px;
  margin-right: 10px;
}

.kine1._2 {
  background-color: #34d18600;
  border: 1px solid #8da18e;
}

.kine1._2.njk {
  background-color: #8da18e;
}

.kine1._4 {
  background-color: #34d18600;
  border: 1px solid #8da18e;
}

.kine1._4.gyh {
  background-color: #8da18e;
}

.kine1._5 {
  background-color: #34d18600;
  border: 2px solid #8da18e;
}

.kine1._5.fgth, .kine1._1 {
  background-color: #033137;
}

.kine1._1.secsld, .kine1._3 {
  background-color: #34d18600;
  border: 1px solid #8da18e;
}

.kine1._3.lpo {
  background-color: #8da18e;
}

.third-sld {
  background-image: url('../images/ph3_1ph3.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.right-arrow {
  display: none;
}

.sldr-box {
  height: auto;
  min-height: 60vh;
  display: none;
  position: static;
}

.text-block-2 {
  color: #000;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.text-block-2._1 {
  margin-top: 0;
}

.block-quote {
  background-image: linear-gradient(#18410b, #18410b), linear-gradient(#eee, #f1f1f1);
  border: 1px #fff;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 40px 40px 0;
  position: static;
}

.block-quote._2 {
  color: #8da18e;
  background-color: #c4d5c5;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 150%;
}

.block4 {
  background-color: #fff;
  border-radius: 10px;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 150%;
}

.text-block-4 {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-4._1 {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 150%;
}

.block-lapki {
  margin-bottom: 24px;
}

.block-hmara {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-2 {
  max-width: 50%;
}

.block-ph {
  margin-top: 64px;
  margin-bottom: 64px;
}

.image-3 {
  border-radius: 10px;
}

.text-block-5 {
  margin-top: 4px;
  font-style: italic;
}

.link {
  color: #18410b;
}

.block-video {
  margin-top: 64px;
}

.background-video {
  z-index: 1;
  border-radius: 10px;
}

.link-2 {
  color: #007007;
}

.image-4, .image-5, .image-6, .image-7 {
  border-radius: 10px;
}

.block_footer {
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container_footer {
  max-width: 940px;
}

.text-block-7 {
  color: #000;
  text-align: left;
  font-size: 12px;
  line-height: 150%;
}

.link-3 {
  color: #017c08;
}

.section-main1 {
  display: none;
}

.block-main1 {
  z-index: 1;
  background-image: url('../images/dsgn_gradient_bg_38_plantation_landscape_12dsgn_gradient_bg_38_plantation_landscape_11.webp'), linear-gradient(#005f0a, #108d03 20%, #4c8f0e 41%, #989115 55%, #c38219 78%, #ecb21d);
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.block-logo1 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-8, .image-9, .image-10 {
  max-width: 20%;
}

.block-ph-main {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.image-11 {
  border-radius: 10px;
  max-width: 100%;
}

.image-12 {
  background-color: #fff;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 150%;
}

.block-logo-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  max-width: 100%;
}

.bold-text {
  font-size: 41px;
}

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

.image-14 {
  max-width: 35%;
}

.link-block-2 {
  max-width: 20%;
}

.block-texture {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: color-burn;
  background-image: url('../images/1textexe_11textexe.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-15 {
  max-width: 100%;
}

.italic-text {
  color: #fff;
}

.block-main2 {
  background-image: linear-gradient(#0009, #0009), url('../images/stil5.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 100vh;
}

.block-logo4 {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.image-16 {
  max-width: 15%;
}

.image-17 {
  max-width: 10%;
}

.link-block-3 {
  max-width: 20%;
}

.block-heading3 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  line-height: 150%;
}

.dataspecproekt {
  grid-template-rows: auto;
  margin: 12px 0%;
}

.h5 {
  color: #fff;
  text-transform: none;
  padding-left: 0%;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: static;
}

.h6 {
  color: #fff;
  text-align: right;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  position: static;
}

.link-4 {
  color: #18410b;
}

.link-5 {
  color: #18400a;
}

.link-6 {
  color: #1a410b;
}

.list {
  margin-bottom: 24px;
}

.list-item, .list-item-2 {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.list-item-3 {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

.list-2 {
  margin-bottom: 0;
  padding-left: 20px;
}

.link-7 {
  color: #18410b;
}

.image-18 {
  width: 100%;
}

.link-8 {
  color: #18410b;
}

.image-19 {
  width: 100%;
}

.link-9 {
  color: #19410b;
}

.link-10 {
  color: #184009;
}

@media screen and (min-width: 1280px) {
  .companies_section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .companies-image {
    max-width: 30%;
  }

  .slide-nav {
    display: none;
  }

  .four-slide {
    background-image: linear-gradient(#00000052, #00000052), url('../images/aub-4_1aub-4.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .link-block-2 {
    max-width: 20%;
  }

  .link-block-3 {
    max-width: 17%;
  }
}

@media screen and (min-width: 1440px) {
  .link-block {
    max-width: 16%;
  }

  .first-sld, .sec-sldr, .slider {
    border-radius: 10px;
  }

  .four-slide {
    background-image: linear-gradient(#0000, #0000), url('../images/ph6_1ph6.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 10px;
  }

  .kine1._2 {
    background-color: #03313700;
  }

  .kine1._4, .kine1._5, .kine1._3 {
    background-color: #34d18600;
  }

  .third-sld, .slide, .slide-2, .slide-3 {
    border-radius: 10px;
  }

  .text-block-2 {
    color: #000;
    font-size: 16px;
    line-height: 150%;
  }

  .link-block-2 {
    max-width: 20%;
  }

  .image-16 {
    max-width: 14%;
  }

  .link-block-3 {
    max-width: 16%;
  }
}

@media screen and (min-width: 1920px) {
  .slide-nav {
    display: none;
  }

  .third-sld {
    background-position: 50%;
  }

  .h5, .h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .block-heading {
    max-width: 80%;
  }

  .heading {
    font-size: 28px;
  }

  .companies_section {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container_footer {
    max-width: 728px;
  }

  .block-texture {
    min-height: 100vh;
    inset: 0%;
  }

  .block-main2 {
    background-image: linear-gradient(#0009, #0009), url('../images/stil5.webp');
    background-position: 0 0, 50%;
  }

  .heading-5 {
    font-size: 38px;
  }

  .dataspecproekt {
    margin-top: 32px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h5 {
    padding-left: 0;
  }

  .h6 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .container.end {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .companies_section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .sec-sldr {
    background-image: linear-gradient(#0003, #0003), url('../images/sld_two_1sld_two.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .four-slide {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/sldr_six_1sldr_six.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .five-sld {
    background-image: linear-gradient(#00000045, #00000045), url('../images/sld_five_1sld_five.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .third-sld {
    background-image: linear-gradient(#00000045, #00000045), url('../images/sld_three_1sld_three.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container_footer {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-5 {
    font-size: 36px;
  }

  .dataspecproekt {
    margin-top: 24px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h5 {
    padding-left: 0;
  }

  .h6 {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .block-main {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .block-main-image {
    background-image: url('../images/main_1main.webp');
    background-position: 32%;
  }

  .block-heading {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .heading {
    font-size: 25px;
  }

  .link-block {
    max-width: 40%;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container.end {
    padding-bottom: 32px;
  }

  .block2-2 {
    min-height: 60vh;
    display: block;
  }

  .text-block {
    font-size: 18px;
  }

  .text-block._1 {
    margin-bottom: 0;
  }

  .block-logos {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .companies_section {
    grid-template-columns: 1fr 1fr;
  }

  .companies-image {
    max-width: 80%;
  }

  .companies-image._1 {
    display: none;
  }

  .first-sld {
    background-image: url('../images/ph1_1ph1.webp');
    background-position: 18%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
  }

  .sec-sldr {
    background-image: url('../images/ph2_1ph2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
  }

  .slider {
    height: 350px;
  }

  .slide-nav {
    display: none;
  }

  .four-slide {
    background-image: url('../images/ph6_1ph6.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
  }

  .five-sld {
    background-image: linear-gradient(#00000047, #00000047), url('../images/aub-5_1aub-5.webp');
    background-position: 0 0, 50%;
  }

  .line_ux {
    justify-content: center;
  }

  .line_ux.sec {
    text-align: center;
    justify-content: space-between;
    padding-right: 40px;
  }

  .third-sld {
    background-image: url('../images/ph3_1ph3.webp');
    background-position: 50%;
    background-size: cover;
    height: 350px;
  }

  .sldr-box {
    height: 350px;
    min-height: 350px;
  }

  .block-quote {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .heading-2, .heading-3 {
    font-size: 24px;
  }

  .block-ph {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .background-video {
    height: 300px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .block-main1 {
    min-height: 80vh;
  }

  .heading-4 {
    font-size: 28px;
  }

  .image-14 {
    max-width: 70%;
  }

  .link-block-2 {
    max-width: 40%;
  }

  .block-texture {
    min-height: 100vh;
    display: block;
    inset: 0%;
  }

  .image-15 {
    min-height: 100vh;
  }

  .block-main2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/stil5.webp');
    background-position: 0 0, 45%;
  }

  .image-16 {
    max-width: 25%;
  }

  .image-17 {
    max-width: 20%;
  }

  .link-block-3 {
    max-width: 30%;
  }

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

  .heading-5 {
    font-size: 27px;
  }

  .dataspecproekt {
    grid-template-columns: 1.5fr 1fr;
    margin: 12px 0%;
  }

  .h5 {
    margin-top: 0;
    padding-left: 0%;
    font-size: 14px;
  }

  .h6 {
    margin-top: 0;
    padding-right: 0%;
    font-size: 14px;
  }
}

#w-node-_60827c8b-8b6c-9c48-b2ed-cf5f1c4b047e-f229a4bc, #w-node-_60827c8b-8b6c-9c48-b2ed-cf5f1c4b047f-f229a4bc, #w-node-_60827c8b-8b6c-9c48-b2ed-cf5f1c4b0480-f229a4bc, #w-node-_60827c8b-8b6c-9c48-b2ed-cf5f1c4b0481-f229a4bc, #w-node-b933d390-68cf-eb62-3ead-340a6e2842ee-f229a4bc, #w-node-b933d390-68cf-eb62-3ead-340a6e2842f0-f229a4bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b933d390-68cf-eb62-3ead-340a6e2842f0-f229a4bc {
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_60827c8b-8b6c-9c48-b2ed-cf5f1c4b0480-f229a4bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b933d390-68cf-eb62-3ead-340a6e2842f0-f229a4bc {
    align-self: start;
  }
}


@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Formular 1';
  src: url('../fonts/Formular-Black1.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Formular 1';
  src: url('../fonts/Formular-MediumItalic1.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular 1';
  src: url('../fonts/Formular-Light1.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}