@font-face {
  font-family: Sharefonts;
  src: url('../fonts/sharefonts.net.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Font;
  src: url('../fonts/Futura-Heavy-font.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Futura Font;
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Futura Condensed Bt;
  src: url('../fonts/futura-medium-condensed-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Xblk Bt;
  src: url('../fonts/Futura-XBlk-BT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Font;
  src: url('../fonts/Futura-Light-Italic-font.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura Bt;
  src: url('../fonts/futura-medium-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unicode;
  src: url('../fonts/unicode.futurabb.ttf') format("truetype"), url('../fonts/unicode.futurab.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Extra Font;
  src: url('../fonts/Futura-Extra-Black-font.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Futura Bt;
  src: url('../fonts/futura-light-bt.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Font;
  src: url('../fonts/Futura-Light-font.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Font;
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Futura Font;
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

h1 {
  color: #f07e07;
  font-family: Futura Bt, Arial, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #fff;
  width: 70vw;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Futura Bt, Arial, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-family: Futura Bt, Arial, sans-serif;
}

strong {
  font-family: Futura Bt, Arial, sans-serif;
  font-weight: 500;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Futura Bt, Arial, sans-serif;
  display: flex;
  overflow: hidden;
}

.section.garibaldi-background {
  background-image: url('../images/Illustration-de-Garibaldi.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.garibaldi-background.boutique {
  background-repeat: repeat-y;
  background-size: auto;
}

.section.garibaldi-background.home {
  min-height: 1620px;
}

.section.blue {
  background-color: #0097ca;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.promenade-background {
  background-color: #fff;
  background-image: url('../images/Illustration-de-la-promenade-des-anglais-nice_1.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v-flex._70vw {
  flex-flow: column;
  width: 70vw;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3 {
  width: 70vw;
  font-size: 2.125rem;
}

.heading-3.orange {
  color: #f07e07;
  width: 70vw;
}

.heading-3.centered {
  text-align: center;
}

.paragraph {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 35px;
}

.paragraph.blanc {
  color: #fff;
  text-align: justify;
}

.paragraph.noir {
  color: #000;
  font-weight: 300;
}

.paragraph.noir.justifier {
  text-align: justify;
}

.gallery-wrapper {
  justify-content: space-around;
  align-items: flex-start;
}

.gallery-wrapper._80vw {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 80vw;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.gallery-wrapper._80vw.horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  display: flex;
}

.gallery-wrapper._70vw {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70vw;
  display: grid;
}

.gallery-wrapper._70vw.h {
  display: flex;
}

.couverture {
  width: 300px;
  box-shadow: 9px 8px 7px 1px #52534933;
}

.couverture.boutique {
  width: auto;
}

.couverture.boutique.top {
  width: auto;
  height: auto;
}

.couverure-image {
  transform-style: preserve-3d;
  width: auto;
  height: auto;
  transform: translate(0);
}

.couverure-image:hover {
  transform: rotateX(10deg)rotateY(15deg)rotateZ(0);
}

.couverure-image.boutique.top {
  justify-content: center;
  align-items: stretch;
  width: 200px;
  height: 200px;
  display: flex;
  overflow: visible;
}

.h-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.h-flex.centered.no-margins {
  width: 70vw;
  margin-top: 0;
  margin-bottom: 0;
}

.light {
  font-weight: 300;
}

.floating-book-preview {
  width: 600px;
  transform: rotate(-5deg);
  box-shadow: 7px 8px 7px 4px #0003;
}

.v-flex_on-mobile {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Futura Book Font, Arial, sans-serif;
  font-weight: 400;
}

.text-block.left-align {
  text-align: center;
}

.text-block.left-align.margin {
  margin-top: 10px;
}

.text-block.bottom-margin {
  margin-bottom: 20px;
}

.italic-text {
  font-size: 1.25rem;
  line-height: 30px;
}

.only-on-mbile {
  display: none;
}

.photo-author {
  width: auto;
  max-width: none;
  height: 500px;
}

.image-6 {
  width: auto;
  height: 80px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  display: flex;
}

.div-block-8 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 70vw;
  margin-top: 0;
  display: grid;
}

.footer-dark {
  background-color: #f07e07;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

.footer-social-link {
  filter: contrast(200%) invert();
  margin-left: 12px;
}

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

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-8 {
  width: 136px;
  height: auto;
}

.heading-6 {
  font-weight: 300;
}

.heading-6.centered {
  text-align: center;
}

.heading-6.centered._80vw {
  word-break: keep-all;
  width: 80vw;
}

.heading-6.centered.orange {
  color: #f07e07;
}

.bold-text {
  font-family: Futura Bt, Arial, sans-serif;
}

.image-9 {
  filter: invert();
}

.image-10 {
  width: auto;
  height: 100px;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  position: relative;
}

.nav-link {
  color: #f07e07;
  font-family: Futura, Arial, sans-serif;
  font-size: 18px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  order: 1;
}

.brand {
  order: -1;
}

.button {
  text-transform: uppercase;
  background-color: #f07e07;
  border-radius: 7px;
}

.button.margin {
  margin-top: 20px;
}

.code-embed {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  text-align: center;
  margin-bottom: 20px;
}

.rich-text-block {
  width: 80vw;
}

.code-embed-3 {
  text-align: center;
  width: 100vw;
}

.image-11 {
  width: 500px;
}

.image-12 {
  width: 80vw;
}

.image-12.nicematin {
  width: 500px;
}

.text-block-2 {
  margin-top: 10px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rich-text-block-2 {
  color: #000;
  text-align: left;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-7 {
  color: #000;
}

@media screen and (max-width: 991px) {
  h2 {
    width: auto;
  }

  .section.garibaldi-background {
    background-position: 50% 0;
    min-height: auto;
  }

  .section.garibaldi-background.home {
    min-height: auto;
  }

  .v-flex.h-flex_on-mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .v-flex.h-flex_on-mobile.first_on-tablets {
    order: -1;
  }

  .heading-3 {
    width: auto;
  }

  .heading-3.orange {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .gallery-wrapper._80vw {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .gallery-wrapper._80vw.horizontal {
    flex-flow: row;
    width: 80vw;
    display: flex;
  }

  .gallery-wrapper._70vw {
    width: 90vw;
  }

  .gallery-wrapper._70vw.h {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .couverture {
    width: 250px;
  }

  .couverture.boutique.top {
    height: auto;
  }

  .couverure-image {
    width: auto;
    height: auto;
  }

  .couverure-image.boutique.top {
    width: 300px;
    height: 300px;
  }

  .h-flex {
    flex-flow: column;
  }

  .h-flex.centered {
    align-items: center;
  }

  .h-flex.centered.no-margins {
    width: 80vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .floating-book-preview {
    width: 500px;
  }

  .italic-text {
    font-size: 1.25rem;
    line-height: 30px;
  }

  .only-on-mbile {
    display: none;
  }

  .photo-author, .image-6 {
    width: auto;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-10 {
    vertical-align: baseline;
  }

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

  .nav-menu {
    background-color: #fff;
    border: 3px solid #000;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    background-color: #f07e07;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .section {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .section.garibaldi-background {
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  .section.garibaldi-background.boutique {
    background-image: url('../images/Illustration-de-Garibaldi_1.webp');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .section.garibaldi-background.home {
    background-image: url('../images/Illustration-de-Garibaldi_1.webp');
    min-height: auto;
  }

  .section.promenade-background, .section.contact {
    justify-content: center;
    align-items: center;
  }

  .v-flex._70vw {
    width: 80vw;
  }

  .v-flex._70vw.home {
    min-height: auto;
  }

  .heading-3 {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .heading-3.orange {
    align-self: center;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 25px;
  }

  .paragraph.blanc {
    text-align: left;
  }

  .gallery-wrapper._80vw {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 15px;
    padding-left: 10vw;
    display: flex;
    overflow: auto;
  }

  .gallery-wrapper._80vw.horizontal {
    width: 100vw;
    margin-left: 0;
    padding-left: 10vw;
  }

  .gallery-wrapper._70vw {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 5vw;
    padding-right: 5px;
    display: flex;
    overflow: auto;
  }

  .gallery-wrapper._70vw.h {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .couverture {
    width: 150px;
    max-width: none;
  }

  .couverture.boutique {
    width: 150px;
  }

  .couverure-image.boutique {
    text-align: center;
  }

  .couverure-image.boutique.top {
    width: 200px;
    height: 200px;
  }

  .h-flex.centered.no-margins {
    width: 90vw;
  }

  .floating-book-preview {
    width: 400px;
  }

  .v-flex_on-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block {
    text-align: center;
    width: 80vw;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block.left-align {
    width: auto;
  }

  .only-on-mbile {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .only-on-mbile._20-l-margin {
    margin: 0 0 0 20px;
  }

  .photo-author {
    width: auto;
    height: 300px;
  }

  .image-6 {
    width: auto;
    max-width: none;
  }

  .div-block-7 {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
  }

  .div-block-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .button {
    align-self: center;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    display: flex;
  }

  .rich-text-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .italic-text-2 {
    justify-content: center;
    align-items: center;
    width: 90vw;
  }

  .code-embed-3 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
  }

  h2 {
    font-size: 1.5rem;
  }

  .section.garibaldi-background {
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
  }

  .section.garibaldi-background.home {
    background-image: url('../images/Illustration-de-Garibaldi_1.webp');
    background-repeat: no-repeat;
    min-height: 1265px;
  }

  .v-flex._70vw {
    width: 90vw;
    margin-top: 0;
  }

  .v-flex._70vw.home {
    min-height: 280px;
  }

  .v-flex.h-flex_on-mobile.first_on-tablets {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading-3 {
    width: auto;
    margin-top: 10px;
  }

  .heading-3.orange {
    margin-left: 10px;
  }

  .paragraph.blanc {
    text-align: left;
  }

  .paragraph.noir {
    color: #000;
  }

  .gallery-wrapper._80vw {
    padding-left: 10px;
  }

  .gallery-wrapper._80vw.horizontal {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .couverture {
    height: 150px;
  }

  .couverture.boutique {
    width: auto;
  }

  .h-flex {
    align-items: center;
  }

  .floating-book-preview {
    width: 90vw;
  }

  .v-flex_on-mobile {
    flex-flow: column;
    display: flex;
  }

  .text-block {
    font-family: Futura Bt, Arial, sans-serif;
    font-weight: 300;
  }

  .italic-text {
    font-size: 1rem;
    line-height: 25px;
  }

  .only-on-mbile {
    margin-right: 20px;
  }

  .link-block {
    width: 50px;
  }

  .div-block-9 {
    place-items: start stretch;
  }

  .container {
    max-width: none;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-2 {
    order: 0;
    justify-content: space-between;
    align-items: center;
  }

  .rich-text-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-3 {
    overflow: visible;
  }

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

#w-node-_478882a7-069f-6572-ccda-0363cdae281c-cdae2816, #w-node-_478882a7-069f-6572-ccda-0363cdae2825-cdae2816, #w-node-_478882a7-069f-6572-ccda-0363cdae282e-cdae2816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Sharefonts';
  src: url('../fonts/sharefonts.net.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Heavy-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book Font';
  src: url('../fonts/Futura-Book-Italic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book Font';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Condensed Bt';
  src: url('../fonts/futura-medium-condensed-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Xblk Bt';
  src: url('../fonts/Futura-XBlk-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Light-Italic-font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unicode';
  src: url('../fonts/unicode.futurabb.ttf') format('truetype'), url('../fonts/unicode.futurab.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Extra Font';
  src: url('../fonts/Futura-Extra-Black-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt 0205 M';
  src: url('../fonts/tt0205m_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bt';
  src: url('../fonts/futura-light-bt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Light-font.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futur';
  src: url('../fonts/futur.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-CondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}