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

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

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

:root {
  --dark: #121211;
  --paragraphs: #e5dfd599;
  --lys-grønn: #adb89c;
  --light: #e5dfd5;
  --border: #e5dfd526;
  --beige: #e0d4bc;
  --burgunder: #2e1c1d;
  --mørk-grønn: #2d443e;
}

body {
  background-color: var(--dark);
  color: var(--paragraphs);
  letter-spacing: .35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Creato Display, sans-serif;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--lys-grønn);
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 75px;
  font-weight: 500;
  line-height: 107%;
}

h2 {
  color: var(--lys-grønn);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 114%;
}

h3 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 127%;
}

h5 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 132%;
}

h6 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 137%;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--paragraphs);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  color: var(--light);
  font-weight: 500;
}

em {
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 300;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--light);
  margin-bottom: 30px;
  margin-left: 18px;
  padding: 0 24px;
  font-family: Taviraj, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 155%;
}

figure {
  margin-top: 46px;
  margin-bottom: 46px;
}

figcaption {
  text-align: center;
  margin-top: 18px;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 16px;
  line-height: 150%;
}

.section-hero {
  height: 100vh;
  position: relative;
}

.hero-sticky {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.heading-hero {
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Melorane, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 92%;
}

.heading-hero.green {
  color: var(--lys-grønn);
}

.heading-hero.beige {
  color: var(--beige);
}

.block-hero {
  z-index: 200;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-overflow-a {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.line-hero {
  background-color: var(--border);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 38px;
  display: flex;
}

.line-light {
  background-color: var(--light);
  width: 12px;
  height: 1px;
}

.line-light.gr-nn {
  background-color: var(--lys-grønn);
}

.line-light.beige {
  color: var(--burgunder);
}

.line-light.burgunder {
  background-color: var(--burgunder);
}

.line-light.m-rk {
  background-color: var(--mørk-grønn);
}

.hero-overflow-b {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button {
  box-shadow: inset 0 0 0 2px var(--lys-grønn);
  color: var(--lys-grønn);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  box-shadow: inset 0 0 0 40px var(--lys-grønn);
  color: var(--mørk-grønn);
}

.button.submit {
  box-shadow: inset 0 0 0 2px var(--mørk-grønn);
  color: var(--mørk-grønn);
}

.button.submit:hover {
  box-shadow: inset 0 0 0 40px var(--mørk-grønn);
  color: var(--lys-grønn);
}

.button.submit.burgunder {
  box-shadow: inset 0 0 0 2px var(--burgunder);
  color: var(--burgunder);
}

.button.submit.burgunder:hover {
  box-shadow: inset 0 0 0 40px var(--burgunder);
  color: var(--beige);
}

.button.beige {
  box-shadow: inset 0 0 0 2px var(--beige);
  color: var(--beige);
}

.button.beige:hover {
  box-shadow: inset 0 0 0 40px var(--beige);
  color: var(--burgunder);
}

.navbar {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  z-index: 150;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  position: relative;
}

.block-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0f0f0ee6;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.nav-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav-link {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.brand {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 10px;
  transition: all .25s;
  position: absolute;
}

.brand:hover {
  transform: scale(1.1);
}

.brand.m-rk {
  opacity: 0;
  width: auto;
  height: auto;
  position: absolute;
}

.nav-overflow {
  overflow: hidden;
}

.content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.heading-call-to-action {
  color: var(--lys-grønn);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Melorane, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
}

.heading-call-to-action.beige {
  color: var(--beige);
}

.heading-call-to-action.burgunder {
  color: var(--burgunder);
}

.heading-call-to-action.m-rk {
  color: var(--mørk-grønn);
}

.section-call-to-action {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 12%;
  display: flex;
}

.line {
  background-color: var(--border);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 38px;
  display: flex;
}

.line.burgunder {
  background-color: #2e1c1d26;
}

.line.m-rk {
  background-color: #2d443e26;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--mørk-grønn);
  color: var(--mørk-grønn);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--mørk-grønn);
}

.text-field::placeholder {
  color: var(--mørk-grønn);
}

.text-field.margin {
  margin-bottom: 24px;
}

.text-field.beige {
  color: var(--beige);
}

.text-field.burgunder {
  border-bottom-color: var(--burgunder);
  color: var(--burgunder);
}

.text-field.burgunder::placeholder {
  color: var(--burgunder);
}

.form-block {
  width: 100%;
  max-width: 660px;
  margin-bottom: 16px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.error-message {
  background-color: #da393c1a;
  border-radius: 50px;
  margin-top: 20px;
  padding: 20px;
}

.text-error {
  color: #da393c;
  font-size: 18px;
  line-height: 140%;
}

.success-message {
  background-color: #0000;
  border-radius: 50px;
  padding: 20px;
}

.text-success {
  color: var(--mørk-grønn);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 30px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.field-label {
  color: var(--light);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.body {
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.body.green {
  background-color: #22473e;
}

.body.burgunder {
  background-color: var(--burgunder);
}

.text-block {
  color: var(--light);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph {
  text-align: center;
  text-transform: uppercase;
  max-width: 75%;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.paragraph.green {
  color: var(--lys-grønn);
  max-width: 90%;
}

.paragraph.beige {
  color: var(--beige);
  max-width: 90%;
}

.paragraph.burgunder {
  color: var(--burgunder);
}

.paragraph.m-rk {
  color: var(--mørk-grønn);
}

.span {
  font-weight: 500;
}

.ikon {
  width: 10em;
}

.button2 {
  box-shadow: inset 0 0 0 2px var(--beige);
  color: var(--beige);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button2:hover {
  box-shadow: inset 0 0 0 40px var(--beige);
}

.bg {
  z-index: -1;
  background-color: var(--mørk-grønn);
  width: 100%;
  height: 100%;
  position: fixed;
}

.page-content {
  z-index: 1;
  position: relative;
}

.form-block-2 {
  width: 100%;
  max-width: 660px;
}

.form-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  display: flex;
}

.text-field-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--burgunder);
  color: var(--burgunder);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  transition: border-color .2s;
}

.text-field-2:active {
  border-top-width: 0;
  border-bottom-color: var(--burgunder);
  border-left-width: 0;
}

.text-field-2:focus, .text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-bottom-color: var(--burgunder);
}

.text-field-2::placeholder {
  color: var(--burgunder);
}

.text-field-2:lang(en) {
  border-bottom-color: var(--burgunder);
}

.section-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 14px 10px;
  display: flex;
}

.section-footer.lys {
  border-top: 1px solid #adb89c0d;
}

.footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  color: var(--mørk-grønn);
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 10px;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.link-footer:hover {
  color: #e5dfd5;
}

.link-footer.light {
  color: var(--lys-grønn);
}

.body-2 {
  background-color: var(--mørk-grønn);
}

.section-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 12%;
  display: flex;
}

.block-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1190px;
  display: flex;
}

.heading-top {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 107%;
}

.grid-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 160px) minmax(auto, 780px);
  align-items: start;
}

.subheading {
  margin-bottom: 0;
}

.block-about {
  max-width: 50em;
}

.gr-nn {
  color: var(--lys-grønn);
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.socials {
  width: 1.5em;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero {
    letter-spacing: -.5rem;
    font-size: 8rem;
  }

  .heading-hero.green {
    letter-spacing: 5px;
    font-size: 6rem;
  }

  .hero-overflow-a {
    width: 100%;
  }

  .nav-link {
    font-size: 70px;
  }

  .content {
    max-width: none;
  }

  .heading-call-to-action {
    font-size: 3rem;
  }

  .heading-call-to-action.m-rk {
    font-size: 4rem;
  }

  .section-call-to-action {
    min-height: 80vh;
    margin-bottom: 0;
  }

  .paragraph {
    max-width: 100%;
  }

  .ikon {
    width: 8em;
  }

  .heading-top {
    font-size: 80px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .heading-hero {
    font-size: 6rem;
  }

  .heading-hero.green {
    font-size: 4rem;
  }

  .line-hero {
    margin-bottom: 30px;
  }

  .block-navbar {
    justify-content: center;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 50px;
  }

  .heading-call-to-action {
    font-size: 2.3rem;
  }

  .heading-call-to-action.m-rk {
    font-size: 3.5rem;
  }

  .line {
    margin-bottom: 30px;
  }

  .form {
    grid-column-gap: 0px;
  }

  .utility-page-wrap {
    margin-bottom: 0;
  }

  .paragraph.green {
    font-size: 1.3rem;
  }

  .ikon {
    width: 6em;
  }

  .section-footer {
    border-top: 1px solid #2d443e0f;
  }

  .link-footer {
    color: #2d443e87;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-footer.light {
    color: #adb89c57;
    font-size: 8px;
  }

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

  .heading-top {
    font-size: 62px;
  }

  .grid-about {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: minmax(auto, 780px);
  }

  .socials {
    opacity: .45;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 16px;
  }

  .heading-hero {
    letter-spacing: -.3rem;
    font-size: 4rem;
  }

  .heading-hero.green {
    font-size: 3rem;
  }

  .block-hero {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20vh;
  }

  .line-hero {
    margin-bottom: 26px;
  }

  .button {
    padding: 18px 36px;
    font-size: 15px;
  }

  .button.submit {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .navbar {
    padding: 10px;
  }

  .nav {
    width: 4em;
    height: 4em;
  }

  .nav-link {
    font-size: 40px;
  }

  .heading-call-to-action {
    font-size: 1.9rem;
  }

  .heading-call-to-action.m-rk {
    font-size: 2.5rem;
  }

  .section-call-to-action {
    margin-bottom: 5vh;
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-field {
    font-size: 12px;
  }

  .form-block {
    max-width: none;
  }

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

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 1rem;
  }

  .paragraph {
    max-width: none;
    font-size: 1.1rem;
  }

  .paragraph.green {
    font-size: 1rem;
  }

  .paragraph.m-rk {
    font-size: .9rem;
  }

  .bold-text, .bold-text-2 {
    font-weight: 300;
  }

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

  .footer {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .link-footer {
    font-size: 6px;
  }

  .link-footer.light {
    padding: 0;
    font-size: 6px;
  }

  .section-top {
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-top {
    font-size: 48px;
  }

  .block-about {
    max-width: 20em;
  }

  .socials {
    width: 1em;
  }
}

#w-node-e11ea7d9-50a2-dcb3-16fa-428f8873b52c-2fb80292 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6a78c1f1-75e2-3624-cb16-019f6c3f3fa5-703d2d03, #w-node-_2d17fff4-28ee-c695-9c37-cc877321b0c2-44850f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e11ea7d9-50a2-dcb3-16fa-428f8873b52c-2fb80292 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8d64c824-113c-0362-125f-5c157e76efaf-d8a634f9 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Melorane';
  src: url('../fonts/Melorane.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}