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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --color-2: #4a310f;
  --color-1: #eae2d9;
  --white: white;
  --black: black;
}

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

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

.nav {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eae2d954;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  position: fixed;
}

.body {
  background-color: var(--color-1);
  font-family: Oaxaca, sans-serif;
}

.hero {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  color: var(--color-2);
  text-align: center;
  letter-spacing: -1px;
  background-image: url('../images/Facade-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1900px;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block {
  letter-spacing: -1.2px;
}

.welcome {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  color: var(--color-2);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link {
  color: var(--color-2);
  font-size: 18px;
  text-decoration: none;
}

.heading {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.text-block-2 {
  letter-spacing: 7px;
  font-size: 12px;
  line-height: 19px;
}

.div-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-3 {
  max-width: 586px;
  font-size: 12px;
  line-height: 19px;
}

.btn {
  background-color: var(--color-2);
  color: var(--white);
  letter-spacing: 2px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 36px;
  font-size: 12px;
  line-height: 14px;
}

.btn.btn-outline {
  border: 1px solid var(--color-2);
  background-color: var(--color-1);
  color: var(--color-2);
}

.btn.btn-outline:hover {
  background-color: var(--color-2);
  color: var(--color-1);
}

.text-span {
  font-style: italic;
}

.text-span-2 {
  font-style: italic;
  display: none;
}

.section-slider {
  z-index: 1;
  background-color: var(--color-2);
  color: var(--color-1);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding: 134px 20px 106px;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  height: 90vh;
  display: flex;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mask {
  border: 5px solid var(--color-2);
  outline-color: var(--color-1);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: 2px;
  outline-style: solid;
  width: 50vw;
}

.slide {
  width: 100%;
}

.right-arrow {
  display: flex;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.left-arrow {
  display: flex;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

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

.div-block-2 {
  color: var(--color-2);
  padding: 150px 90px;
}

.div-block-3 {
  background-image: url('../images/DSC06252.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-2 {
  letter-spacing: -2px;
  margin-top: 70px;
  margin-bottom: 56px;
  font-family: Reckless, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
}

.paragraph {
  margin-bottom: 64px;
  font-size: 15px;
  line-height: 19px;
}

.est {
  background-image: url('../images/Villa-1---Kitchen.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 120vh;
  display: flex;
}

.our-vision {
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding: 40px 20px 100px;
  display: flex;
}

.heading-3 {
  color: #182645;
  letter-spacing: -3px;
  max-width: 909px;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1162px;
  margin-top: 85px;
  margin-bottom: 68px;
  display: grid;
}

.paragraph-2 {
  color: #182645;
  max-width: 827px;
  font-size: 12px;
  line-height: 19px;
}

.text-block-4 {
  color: #000;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 509px;
  font-size: 18px;
  display: grid;
}

.postcard {
  background-color: #c5ab93;
  padding: 170px 20px 95px;
}

.pcard {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  mix-blend-mode: luminosity;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.img-pc {
  aspect-ratio: 1 / 1.41;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color-2);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 19px;
  display: flex;
}

.footer {
  padding: 239px 30px 40px;
}

.image-4 {
  width: 100%;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 218px;
  display: grid;
}

.quick-link {
  letter-spacing: -2.7px;
  font-family: Reckless, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 61px;
}

.left-link {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.info-title {
  color: #4a310f99;
  letter-spacing: 1.7px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 14px;
}

.text-span-3 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.social-link {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: flex-start;
  margin-top: 29px;
  display: flex;
}

.social-icon {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.copy-info {
  color: #4a310f66;
  text-align: right;
  letter-spacing: 1.7px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 15px;
}

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

.info {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.btn-footer {
  border: 1.5px solid var(--color-2);
  color: var(--color-2);
  letter-spacing: 1px;
  background-color: #3898ec00;
  border-radius: 20px;
  padding: 7px 20px 8px;
  font-size: 12px;
  line-height: 12px;
}

.btn-footer:hover {
  background-color: var(--color-2);
  color: var(--white);
}

.div-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 93px;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
}

.div-block-11 {
  margin-top: 34px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.div-block-12 {
  color: var(--color-2);
}

.our-villas {
  color: var(--color-1);
  text-align: center;
  background-color: #3b431f;
  padding: 47px 26px 97px;
  font-size: 12px;
  line-height: 19px;
}

.heading-4 {
  margin-top: 30px;
  margin-bottom: 68px;
  font-size: 69px;
  line-height: 60px;
}

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

.div-block-13 {
  color: var(--color-2);
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  padding: 17px;
  display: flex;
}

.heading-5 {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Reckless, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
}

.link-2 {
  color: var(--white);
  background-color: #3b431f;
  border-radius: 5px;
  padding: 7px 18px;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
}

.img-villa {
  aspect-ratio: 1.36;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-2 {
  height: auto;
}

.mask-2 {
  border: 2px solid var(--color-1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.next-villa {
  width: 75px;
  inset: auto 16px 16px auto;
}

.card-villa {
  background-color: var(--color-1);
  border-radius: 20px;
  overflow: hidden;
}

.card-villa.d-none {
  display: none;
}

.prev-villa {
  width: 75px;
  inset: auto auto 16px 16px;
}

.full-screen {
  z-index: 2;
  color: #3b431f;
  position: absolute;
  inset: 7% 5px auto auto;
  transform: translate(-50%, -50%);
}

.villa-modal {
  z-index: 100;
  background-color: var(--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.room {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: none;
}

.div-block-14 {
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
}

.r-arrow {
  width: 100%;
  display: none;
}

.v-info-m {
  color: var(--color-2);
  text-align: left;
  font-size: 11px;
  line-height: 13px;
  display: none;
}

.mask-3 {
  width: 90%;
}

.slider-4 {
  background-color: #ddd0;
  justify-content: center;
  height: 100%;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-7 {
  cursor: pointer;
  width: 17px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.m-menu, .image-9, .text-block-6, .text-block-8, .heading-6, .image-10, .text-block-9, .div-block-15, .feed {
  display: none;
}

.image-12 {
  width: 100%;
  display: none;
}

.text-block-4-copy {
  color: #000;
  display: none;
}

.heading-3-copy {
  color: #182645;
  letter-spacing: -3px;
  max-width: 909px;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  display: none;
}

.slider-5, .left-arrow-2, .right-arrow-2, .div-block-16 {
  display: none;
}

.image-14 {
  width: 300px;
}

.full-screen-copy {
  z-index: 2;
  color: #3b431f;
  position: absolute;
  inset: 80% auto auto 50%;
  transform: translate(-50%, -50%);
}

.villa-overlay {
  z-index: 2;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .text-block {
    color: var(--color-2);
    font-size: 18px;
    line-height: 17px;
  }

  .link {
    font-size: 18px;
  }

  .section-slider {
    padding-left: 125px;
    padding-right: 125px;
  }

  .postcard {
    padding-left: 135px;
    padding-right: 135px;
  }

  .copy-info {
    text-align: right;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .villa-modal {
    z-index: 100;
  }

  .room {
    z-index: 999;
  }
}

@media screen and (max-width: 991px) {
  .mask {
    width: 70vw;
  }

  .sanctuary {
    display: block;
  }

  .div-block-2 {
    text-align: center;
  }

  .div-block-3 {
    display: none;
  }

  .heading-2 {
    margin-top: 45px;
    margin-bottom: 34px;
  }

  .footer {
    padding-top: 40px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
    margin-bottom: 111px;
  }

  .our-villas {
    padding-bottom: 60px;
  }

  .villa-grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .div-block-13 {
    border-bottom: 2px solid #3b431f;
  }

  .heading-5 {
    margin-bottom: 0;
  }

  .next-villa {
    width: 40px;
    bottom: 48%;
    right: 13px;
  }

  .prev-villa {
    width: 40px;
    bottom: 48%;
    left: 13px;
  }

  .full-screen {
    display: none;
  }

  .r-arrow {
    display: inline-block;
  }

  .image-5, .text-block-5 {
    display: none;
  }

  .v-info-m {
    padding: 10px 20px 20px;
    display: block;
  }

  .text-span-4 {
    color: #c5ab93;
  }

  .image-10 {
    display: inline-block;
  }

  .image-11 {
    display: none;
  }

  .text-block-9 {
    letter-spacing: 7px;
    margin-top: 18px;
    display: block;
  }

  .full-screen-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    background-color: #eae2d900;
    justify-content: flex-end;
    height: 60px;
    margin-bottom: -60px;
    position: relative;
  }

  .hero {
    grid-column-gap: 173px;
    grid-row-gap: 173px;
    background-image: url('../images/378efa995a77f5f64f9437eeafe41064.jpg');
    background-size: cover;
    height: 800px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    color: var(--color-1);
  }

  .welcome {
    justify-content: flex-start;
    height: auto;
    padding-top: 42px;
    padding-bottom: 125px;
  }

  .link {
    display: none;
  }

  .heading {
    letter-spacing: -2.1px;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 9px;
  }

  .div-block {
    width: 100%;
  }

  .btn.btn-outline {
    background-color: var(--color-2);
    color: var(--color-1);
  }

  .text-span, .text-span-2 {
    display: block;
  }

  .section-slider {
    padding: 30px 17px 25px;
  }

  .slider {
    height: 545px;
  }

  .mask {
    border-width: 2px;
    border-color: var(--color-1);
    outline-color: var(--color-1);
    outline-offset: 0px;
    border-radius: 10px;
    outline-width: 2px;
    outline-style: none;
    width: 100%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .div-block-2 {
    padding: 45px 30px 75px;
  }

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

  .paragraph {
    margin-bottom: 34px;
    font-size: 12px;
  }

  .est {
    background-image: url('../images/DSC06252.jpg');
    height: 606px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-vision {
    width: 100%;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 30px;
    display: none;
  }

  .div-block-4 {
    display: none;
  }

  .paragraph-2 {
    width: 85%;
  }

  .text-block-4 {
    display: none;
  }

  .postcard {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .pcard {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .div-block-6 {
    display: block;
  }

  .footer {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-4 {
    display: none;
  }

  .quick-link {
    font-size: 39px;
    line-height: 42px;
  }

  .info-title {
    letter-spacing: 1px;
    white-space: nowrap;
    margin-bottom: 20px;
  }

  .social-link {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 40px;
  }

  .div-block-8 {
    margin-top: 70px;
    display: block;
  }

  .info.inf-none {
    display: none;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .our-villas {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    margin-top: 27px;
    margin-bottom: 35px;
    font-size: 38px;
    line-height: 38px;
  }

  .villa-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 19px;
  }

  .link-2 {
    font-size: 9px;
    line-height: 18px;
  }

  .div-block-14 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .v-info-m {
    font-size: 9px;
    line-height: 11px;
  }

  .m-menu {
    display: block;
  }

  .logo, .image-8 {
    display: none;
  }

  .image-9 {
    width: 100%;
    display: block;
  }

  .text-block-6 {
    color: var(--color-1);
    font-size: 11px;
    line-height: 13px;
    display: block;
  }

  .text-block-7 {
    display: none;
  }

  .text-block-8 {
    letter-spacing: 7px;
    font-size: 9px;
    display: block;
  }

  .heading-6 {
    letter-spacing: -2px;
    font-family: Reckless, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    display: block;
  }

  .text-span-5 {
    font-style: italic;
  }

  .div-block-15 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    margin-top: 30px;
    font-size: 10px;
    display: flex;
  }

  .link-3 {
    background-color: var(--color-1);
    border-radius: 10px;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .island {
    display: none;
  }

  .feed {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--color-2);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 19px;
    display: flex;
  }

  .text-block-10 {
    color: var(--color-1);
    letter-spacing: 7px;
    font-size: 9px;
  }

  .image-12 {
    display: inline-block;
  }

  .text-block-4-copy {
    font-size: 12px;
    line-height: 19px;
    display: block;
  }

  .heading-3-copy {
    letter-spacing: -2px;
    width: 90%;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .slider-5 {
    background-color: #ddd0;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-top: 75px;
    margin-bottom: 100px;
    display: flex;
  }

  .div-block-16 {
    width: auto;
    display: block;
    overflow: hidden;
  }

  .image-13 {
    aspect-ratio: 1 / 1.9;
    width: 100%;
    height: 100%;
  }

  .mask-4 {
    width: 70%;
    overflow: visible;
  }

  .slide-3 {
    margin-right: 12px;
  }

  .text-block-11 {
    z-index: 2;
    letter-spacing: 7px;
    font-size: 9px;
    position: absolute;
    inset: auto 0% 23px;
  }
}

@media screen and (max-width: 479px) {
  .welcome {
    grid-column-gap: 85px;
    grid-row-gap: 85px;
  }

  .div-block {
    grid-column-gap: 146px;
    grid-row-gap: 146px;
  }

  .text-span-2 {
    display: block;
  }

  .div-block-5 {
    font-size: 12px;
    font-weight: 400;
  }

  .villa-grid {
    padding-top: 20px;
  }

  .text-block-11 {
    z-index: 2;
  }
}

#w-node-_675cd3a4-8b4b-5779-7bd0-50abd87f74eb-56bf178b {
  align-self: center;
}

#w-node-bdc92ae2-1464-a344-cd87-f4cb69f78f63-56bf178b {
  place-self: center end;
}

#w-node-adaec894-3e8f-a7ec-0518-92dd39c95985-56bf178b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Oaxaca';
  src: url('../fonts/Oaxaca.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}