:root {
  --ivory: #fdfcf0;
  --black: #161616;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary500: #9e77ed;
  --untitled-ui-primary50-501: #f9f5ff;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary200: #e9d7fe;
  --untitled-ui-primary900: #42307d;
  --kütüp-library-burntsienna: #e76f51;
  --kütüp-library-white: white;
  --kütüp-library-dark-slate-grey: #264653;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--ivory);
  color: #333;
  font-family: Mont, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  height: 90vh;
  padding-top: 0;
  overflow: hidden;
}

.body {
  background-color: #fdfcf0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  display: flex;
}

._1440 {
  max-width: 85vw;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
  position: static;
  overflow: visible;
}

.navbar-logo-left {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
}

.navbar-logo-left.nav_light {
  position: absolute;
}

.navbarcontainer {
  width: 100%;
  max-width: 85vw;
  border: 0 #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbarcontainer.nav_light {
  border-bottom-color: #fff;
}

.navbar-content {
  width: auto;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-menu {
  width: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3px;
  display: flex;
}

.frame-42 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-weight: 400;
  display: flex;
}

.text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text.nav_light {
  color: #fff;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  width: 59.7429px;
  height: 51px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-43 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border-radius: 62px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 5px 4px 20px;
  display: flex;
}

.navbar-button.nav_light {
  background-color: #fff;
}

.text-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.text-2.btn_light {
  color: #000;
}

.vectors-wrapper-2 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  object-fit: contain;
  flex: 1;
}

.container {
  max-width: 1800px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

.container.hero {
  height: 100vh;
  text-align: center;
  object-fit: fill;
  align-items: center;
  padding-top: 922px;
  padding-bottom: 0;
}

.container.hero.centro {
  height: 100%;
  padding-top: 1054px;
}

.container.about {
  align-items: stretch;
  padding: 60px 59px;
}

.container.successful-project {
  background-image: none;
  padding-top: 218px;
  padding-bottom: 218px;
}

.container.contact {
  align-items: stretch;
}

.container.projectpagecontainer {
  justify-content: flex-start;
  align-items: center;
  padding-top: 268px;
  padding-bottom: 488px;
}

.container.welcome-to-centro {
  height: 50vh;
  align-items: center;
  padding-top: 773px;
  overflow: hidden;
}

.quick-stack {
  grid-row-gap: 20px;
  flex: 1;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.hero-title {
  margin-top: 46px;
  margin-bottom: 46px;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
}

.hero-button {
  background-color: var(--black);
  color: var(--untitled-ui-gray50);
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 169px;
  padding: 13px 20px;
  text-decoration: none;
  display: flex;
}

.hero-button-text {
  margin-left: 11px;
  font-size: 20px;
  font-weight: 300;
}

.image-4 {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: 114px;
  overflow: visible;
}

.heading {
  width: 10ch;
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
}

.heading.project_page {
  width: 30ch;
}

.heading.black {
  width: 20ch;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: var(--ivory);
  border-radius: 50px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 22px;
  text-decoration: none;
  display: flex;
}

.text-block {
  margin-right: 13px;
  font-weight: 300;
}

.paragraph {
  margin-bottom: 46px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 300;
}

.projects {
  background-color: var(--black);
  color: var(--ivory);
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 35%;
  margin-right: 16px;
  position: static;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  position: static;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.mask {
  overflow: visible;
}

.successful-project {
  background-image: url('../images/01-1-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-2 {
  font-size: 32px;
  font-weight: 600;
}

.paragraph-3 {
  width: 33ch;
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 300;
  line-height: 27px;
}

.section-3 {
  background-image: url('../images/01-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.paragraph-4 {
  font-size: 16px;
}

.paragraph-5 {
  font-size: 16px;
  font-weight: 300;
}

.quick-stack-2 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.form {
  flex-direction: column;
  display: block;
}

.cell {
  align-items: flex-start;
}

.form-block {
  flex: 0 auto;
  align-self: stretch;
}

.submit-button {
  background-color: var(--black);
  color: var(--ivory);
  font-weight: 300;
}

.submit-button.button {
  background-image: url('../images/arrow-down-line-1.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 46px;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-bottom: 25px;
}

.footer {
  background-color: #161616;
  padding-top: 60px;
  padding-bottom: 60px;
}

.quick-stack-3 {
  align-self: stretch;
}

.footer_label {
  color: var(--untitled-ui-gray100);
  letter-spacing: 2px;
  text-transform: capitalize;
  padding-bottom: 7px;
  font-size: 8px;
}

.footer_label.f1 {
  padding-bottom: 0;
}

.link_footer-1 {
  color: #fdfcf0;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.link_footer-1.footer {
  color: #fdfcf0;
}

.link_footer-1.tel {
  border-left: 1px solid #fdfcf0;
  border-radius: 1px;
  margin-left: 10px;
  padding-left: 10px;
}

.list-item {
  padding-bottom: 12px;
}

.quick-stack-4 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.quick-stack-5 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.portfolio-image {
  color: #2e2e2e;
  text-decoration: none;
}

.heading-3 {
  margin-top: 0;
}

.contact-us-page {
  height: 75vh;
}

.section-4 {
  background-image: url('../images/01-1-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-6 {
  text-align: center;
}

.paragraph-6.project_paragraph {
  width: 42ch;
  color: #161616;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-4 {
  text-align: center;
}

.heading-4.project_title {
  color: #000;
  font-size: 64px;
}

.project_main {
  text-align: center;
  align-self: center;
}

.quick-stack-6 {
  align-self: stretch;
  padding-left: 0;
}

.quick-stack-7 {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-radius: 1px;
  align-self: stretch;
  margin-bottom: 32px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.heading-5 {
  margin-bottom: -6px;
}

.project_gallery {
  background-color: var(--black);
  color: var(--untitled-ui-gray50);
}

.flex-block {
  justify-content: space-between;
  align-self: stretch;
}

.button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ivory);
  color: var(--black);
  border-radius: 50px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 22px;
  text-decoration: none;
  display: flex;
}

.quick-stack-8 {
  align-self: stretch;
  margin-top: 29px;
  margin-bottom: 29px;
  padding: 0;
}

.cell-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.quick-stack-9 {
  align-self: stretch;
}

.paragraph-7 {
  width: 60ch;
}

.cell-3 {
  justify-content: center;
}

.image-5 {
  margin-left: 338px;
}

.image-6 {
  margin-left: 246px;
}

.section-5 {
  background-color: #161616;
}

.heading-6 {
  color: #f6cfab;
  text-align: center;
  align-self: center;
  font-weight: 600;
}

.paragraph-8 {
  text-align: center;
  font-size: 16px;
}

.paragraph-9 {
  width: 83ch;
  color: #e3e5f1;
  text-align: center;
  align-self: center;
  font-size: 16px;
  font-weight: 300;
}

.flex-block-2 {
  align-self: center;
  align-items: center;
}

.flex-block-3 {
  align-items: center;
}

.text-block-2 {
  color: #f6cfab;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 20px 10px 23px;
  font-weight: 400;
}

.cell-4 {
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 17px 0 0;
}

.cell-5 {
  align-items: center;
}

.quick-stack-12 {
  align-self: stretch;
}

.paragraph-10 {
  width: 33ch;
}

.paragraph-11 {
  width: 40ch;
}

.cell-6 {
  padding-left: 250px;
}

.image-7 {
  max-width: 200%;
  position: static;
  left: 23px;
  overflow: visible;
}

.section-6 {
  background-image: url('../images/3-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

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

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .container.hero {
    justify-content: space-between;
  }

  .image-4 {
    flex: 0 auto;
    position: static;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

#w-node-d1910799-986a-74ae-378e-1f648f8682a1-d4fe2551 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .5fr;
}

#w-node-_2c733bc8-b165-3a04-bb2b-7fceef611ebb-d4fe2551 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .5fr .5fr;
  display: grid;
}

#w-node-_9a2cd650-b1c8-1d9b-c7b6-d08014ef113c-d4fe2551 {
  grid-column: span 3 / span 3;
}

#w-node-_512c9b00-8309-e880-58fa-524758f65ee0-d4fe2551 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_512c9b00-8309-e880-58fa-524758f65ee4-d4fe2551, #w-node-_512c9b00-8309-e880-58fa-524758f65eee-d4fe2551, #w-node-_512c9b00-8309-e880-58fa-524758f65ef3-d4fe2551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ba67125-fcfe-31d0-6b4a-ee79fc420b56-d4fe2551 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
}

#w-node-c0095251-db73-5657-fa3e-92c3390295f0-d4fe2551 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .25fr .25fr 1fr;
}

#w-node-d1910799-986a-74ae-378e-1f648f8682a1-b7c19b4f {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .5fr;
}

#w-node-_9219ac13-c880-3842-d30c-5822739eb435-b7c19b4f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6ba67125-fcfe-31d0-6b4a-ee79fc420b56-b7c19b4f {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
}

#w-node-c0095251-db73-5657-fa3e-92c3390295f0-b7c19b4f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .25fr .25fr 1fr;
}

#w-node-_6ba67125-fcfe-31d0-6b4a-ee79fc420b56-94224543 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
}

#w-node-c0095251-db73-5657-fa3e-92c3390295f0-94224543 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .25fr .25fr 1fr;
}

#w-node-db02b4b4-ccef-8b9a-9d62-70bbe62ac0a1-4a58d3a4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c39a8ef0-9be6-20d4-5002-582f689ac7ab-4a58d3a4, #w-node-df0b5402-12e9-9b45-cf40-39831c2f0d6a-4a58d3a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-bfe557b7-0c0b-8b47-ee3f-616a083bfb4a-4a58d3a4 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-_55a79886-139f-99cb-94d7-e653901c861e-4a58d3a4 {
  grid-row: span 2 / span 2;
}

#w-node-d8b0a830-f873-dbe9-9888-bae1c892099f-4a58d3a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c0095251-db73-5657-fa3e-92c3390295f0-4a58d3a4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .25fr .25fr 1fr;
}

#w-node-db02b4b4-ccef-8b9a-9d62-70bbe62ac0a1-8175c07b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c39a8ef0-9be6-20d4-5002-582f689ac7ab-8175c07b, #w-node-df0b5402-12e9-9b45-cf40-39831c2f0d6a-8175c07b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cfff0364-eee2-8d66-2a2f-ae2fa0848f9b-8175c07b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_6e68efb9-1e58-5a16-ddd3-f5c0ae70262e-8175c07b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d8b0a830-f873-dbe9-9888-bae1c892099f-8175c07b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c0095251-db73-5657-fa3e-92c3390295f0-8175c07b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .25fr .25fr 1fr;
}

#w-node-_6ad9b743-674b-4bf3-6807-2d563abca3ca-60d1ac68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr 1fr;
}

#w-node-_5eb9787a-612d-c3b5-c444-43133947b0b0-60d1ac68, #w-node-_9cafc35d-716d-7d22-3a6c-f44c353a85d0-60d1ac68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6ba67125-fcfe-31d0-6b4a-ee79fc420b56-60d1ac68 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
}

#w-node-c0095251-db73-5657-fa3e-92c3390295f0-60d1ac68 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .25fr .25fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_512c9b00-8309-e880-58fa-524758f65ee0-d4fe2551 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Black.otf') format('opentype'), url('../fonts/Mont-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-BookItalic.otf') format('opentype'), url('../fonts/Mont-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-BlackItalic.otf') format('opentype'), url('../fonts/Mont-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Book';
  src: url('../fonts/Mont-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}