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

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

:root {
  --white: white;
  --black: black;
  --text-primary: #f8feff;
  --tag-orange: #f90;
  --grey-bg: #fafafa;
  --black-shade: #303030;
  --tag-green: #00ff09;
  --grey-text: #7e7e7e;
  --black-opaque: #00000080;
  --tag-red: #f10;
  --purple-bg: #f1f0fa;
  --blue-bg: #f0f5fa;
  --red-bg: #faf0f0;
  --orange-bg: #faf7f0;
  --yellow-bg: #fafaf0;
  --green-bg: #f1faf0;
  --pink-bg: #faf0f9;
  --bg: #111;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Degular Text;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular Display;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

a {
  font-size: 1.25rem;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

ol {
  margin-bottom: .5rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

.process-tab-link.w--current {
  background-color: #0000;
  align-items: center;
  padding: 0;
  display: flex;
}

.main-wrapper {
  z-index: 3;
  max-width: 110rem;
  height: 100vh;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
}

.margin-medium {
  margin: 2.5rem;
}

.padding-bottom, .padding-bottom.padding-medium {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-xsmall {
  font-family: Degular Display;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.background-color-white {
  background-color: #fff;
}

.text-size-tiny {
  font-size: .875rem;
}

.text-size-tiny.is-cursor-text {
  z-index: 12;
  color: var(--black);
  display: none;
  position: absolute;
}

.margin-bottom, .margin-bottom.margin-custom2, .margin-bottom.margin-medium, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-tiny, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-xxsmall {
  color: var(--text-primary);
  letter-spacing: -.01em;
  padding: 1rem;
  font-family: FT Polar Regular;
  font-weight: 400;
}

.margin-top, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.page-padding {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-left: 5.55%;
  padding-right: 5.55%;
  display: flex;
}

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

.margin-small {
  margin: 2rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-tiny {
  margin: .5rem;
}

.heading-xlarge {
  font-family: Degular Display;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.background-color-black-2 {
  background-color: #000;
}

.margin-custom2 {
  margin: .25rem;
}

.padding-medium {
  padding: 2.5rem;
}

.margin-xlarge {
  margin: 5rem;
}

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

.padding-huge {
  padding: 12rem;
}

.heading-small {
  font-family: Degular Display;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.margin-xxsmall {
  margin: 1rem;
}

.text-color-white {
  color: var(--white);
}

.show-tablet {
  display: none;
}

.padding-top, .padding-top.padding-huge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.button {
  border: 2px solid var(--text-primary);
  color: var(--text-primary);
  text-align: center;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-nav-button {
  border-width: 1.5px;
  padding: .75rem 1.5rem;
}

.button.is-nav-button.hide-mobile-landscape {
  border-color: var(--text-primary);
  color: var(--text-primary);
  letter-spacing: -.01em;
  font-family: FT Polar Medium;
}

.container-large {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-0 {
  margin: 0;
}

.heading-medium {
  font-family: Degular Display;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.nav {
  z-index: 999;
  padding: 0 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav.background-color-black-2 {
  color: var(--text-primary);
  background-color: #0000;
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav-container {
  color: var(--text-primary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.menu_component {
  flex-direction: column;
  display: flex;
}

.background-color-tag-orange {
  background-color: var(--tag-orange);
}

.nav-logo-link {
  padding-top: .375rem;
}

.nav-logo {
  color: var(--black);
  height: 24px;
}

.nav-button-text {
  font-size: 1rem;
  line-height: 1;
}

.nav-button-burger {
  color: var(--text-primary);
  flex-direction: column;
  margin-top: .125rem;
  display: flex;
}

.burger-line {
  background-color: var(--black);
  border-radius: 2px;
  width: 24px;
  height: 1.5px;
}

.burger-line.top {
  background-color: var(--text-primary);
  transform-origin: 0 0;
}

.burger-line.bottom {
  background-color: var(--text-primary);
  width: 1.25rem;
}

.div-hide {
  overflow: hidden;
}

.div-hide.is-menu-item {
  position: absolute;
  inset: auto 0% 0%;
}

.button-text {
  z-index: 2;
  color: var(--text-primary);
  font-family: FT Polar Medium;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.button-text.is-nav-button {
  color: var(--text-primary);
  font-size: 1rem;
}

.button-reveal {
  border: 2px solid var(--text-primary);
  background-color: var(--text-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 105%);
}

.button-reveal.is-cursor-click-reveal {
  background-color: #2b2b2b;
  border-radius: 100%;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  transform: scale(0);
}

.button-reveal.is-nav-button {
  border: 1.5px solid var(--text-primary);
  background-color: var(--text-primary);
}

.footer {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.footer_mark {
  opacity: .5;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer_mark.hide-mobile-landscape {
  z-index: 2;
}

.footer_component {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tag {
  background-color: var(--grey-bg);
  border: .125rem solid #000;
  border-radius: 3.75rem;
  align-items: center;
  padding: 1rem;
  display: inline-block;
}

.tag.is-inverted {
  background-color: var(--black-shade);
  color: var(--white);
}

.tag_dot {
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

.tag_text {
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 1;
}

.tag_content {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.footer_heading-wrapper {
  max-width: 41.5rem;
}

.footer_email-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.button-clipboard {
  cursor: pointer;
  border-radius: 3.75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-clipboard.is-inverted {
  color: var(--white);
  transition: background-color .3s;
}

.button-clipboard.is-inverted:hover {
  background-color: var(--black-shade);
}

.button-clipboard-content {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-clipboard-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_social-wrapper {
  align-items: center;
  display: flex;
}

.footer_social-link {
  padding: 1rem;
}

.footer_social-link.is-first {
  margin-left: -1rem;
}

.footer_top.is-mega-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20vw;
  display: flex;
}

.heading-line-one, .heading-line-two {
  display: inline-block;
}

.animated-heading_component {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.tiny-text-link:hover {
  text-decoration: underline;
}

.footer_shamrock {
  color: var(--tag-green);
}

.heading-custom1 {
  font-family: Degular Display;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.25;
}

.menu_item {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.menu_item.is-mega-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu_item-inner {
  position: relative;
}

.menu_item-line {
  background-color: var(--black);
  border-radius: .25rem;
  width: 50%;
  height: 1px;
}

.menu_item-line.is-white {
  background-color: var(--white);
}

.mega-menu_component {
  z-index: 998;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mega-menu_grid {
  grid-column-gap: 9rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  display: grid;
}

.cursor-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-wrapper.hide-tablet.blend-mode-difference {
  mix-blend-mode: difference;
}

.cursor_dot {
  background-color: var(--white);
  mix-blend-mode: difference;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.cursor_component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blend-mode-difference {
  mix-blend-mode: difference;
}

.nav-right {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mega-menu_inner-wrapper {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 5.55%;
  padding-right: 5.55%;
  display: flex;
}

.fs-cc-banner_text-link {
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  border: 2px solid var(--black);
  background-color: var(--grey-bg);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: var(--black-shade);
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookie-button {
  color: #fff;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cookie-button.is-nav-button {
  border-width: 1.5px;
  padding: .75rem 1.5rem;
}

.body {
  background-color: var(--white);
  color: var(--text-primary);
  letter-spacing: 0em;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 300;
}

.clip {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-gallery-intro {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.heading-4 {
  color: var(--grey-text);
  text-align: left;
  letter-spacing: 0em;
  max-width: 600px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.heading-4.hero-intro {
  color: var(--text-primary);
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.3;
}

.footer_fixed_bottom {
  z-index: 999;
  padding: 0 5.55%;
  position: fixed;
  inset: 0% 0% auto;
}

.footer_fixed_bottom.background-color-black-2 {
  color: #f8feff;
  inset: auto 0% 0%;
  background-color: #0000;
  padding-left: 3rem;
  padding-right: 3rem;
  inset: auto 0% 0%;
}

.footer-right {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.footer-left-wrapper {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.footer-textblock {
  cursor: auto;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.website-link {
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.website-link.is--alt {
  justify-content: flex-start;
  align-items: center;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.inline-link__p {
  margin-bottom: 0;
  font-size: .9em;
}

.footer-container-2 {
  color: #f8feff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.loader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
}

.timezone-code {
  display: none;
}

.noise-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.noise {
  background-image: url('../images/black-orchid.png');
  background-position: 0 0;
  background-size: 150px;
  width: 140vw;
  height: 140vh;
  position: absolute;
}

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

  .main-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xlarge {
    margin: 4.5rem;
  }

  .padding-huge {
    padding: 10rem;
  }

  .show-tablet {
    display: block;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .nav.background-color-black-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-hide.is-menu-item {
    display: none;
  }

  .footer_mark {
    right: -20%;
  }

  .button-clipboard.is-inverted {
    transition-property: none;
  }

  .button-clipboard.is-inverted:hover {
    background-color: #0000;
  }

  .footer_top.is-mega-menu {
    padding-left: 0;
  }

  .heading-custom1 {
    opacity: 1;
  }

  .heading-custom1.is-mega-menu {
    font-size: 2.5rem;
  }

  .mega-menu_component {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .mega-menu_grid {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    padding-top: 14rem;
    padding-bottom: 2rem;
  }

  .mega-menu_inner-wrapper {
    overflow: auto;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_fixed_bottom.background-color-black-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.75rem;
  }

  p {
    font-size: 1rem;
  }

  ul, ol {
    font-size: 1rem;
    line-height: 1.75;
  }

  .margin-medium {
    margin: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-tiny {
    font-size: .75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-small {
    font-size: .875rem;
  }

  .margin-small {
    margin: 1.5rem;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .padding-medium {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 6rem;
  }

  .heading-small {
    font-size: 1.75rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .nav-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_email-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-clipboard.is-inverted {
    margin-left: -1rem;
  }

  .heading-custom1 {
    font-size: 3.25rem;
  }

  .mega-menu_grid {
    grid-row-gap: 5rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .website-link.is--alt.hidden-mob {
    display: none;
  }

  .div-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .footer-container-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

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

  .main-wrapper {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xsmall.is-footer-link-text {
    font-size: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .page-wrapper {
    font-family: Neuemontreal, Arial, sans-serif;
  }

  .heading-small.is-footer-link-text {
    font-size: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav.background-color-black-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .nav-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-custom1 {
    font-size: 2.75rem;
  }

  .mega-menu_grid {
    grid-row-gap: 3rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .clip {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-gallery-intro {
    padding-top: 8.5rem;
    padding-bottom: 0;
  }

  .heading-4 {
    text-align: left;
    font-size: 1.6em;
    line-height: 1.22;
  }

  .heading-4.hero-intro {
    font-size: 1.4em;
  }

  .footer_fixed_bottom.background-color-black-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
  }

  .footer-textblock {
    font-size: 1.1em;
  }

  .inline-link__p {
    font-size: .75em;
  }

  .div-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}


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