@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --black: #000;
  --light-blue: #72889d;
  --white: white;
  --grey: grey;
}

body {
  background-color: var(--black);
  color: var(--light-blue);
  font-family: Inter, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  text-transform: uppercase;
  mix-blend-mode: screen;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

.full-site {
  background-image: url('../images/shiver25_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 500px 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.link {
  color: var(--light-blue);
}

.text {
  font-size: 22px;
  font-style: italic;
}

.heading {
  font-size: 5rem;
  line-height: 1.2;
}

.nav-links-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  width: 24px;
  height: 24px;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.overview-text {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  text-decoration: none;
}

.horizon-divider {
  background-color: #d7c3a6;
  width: .05rem;
  height: 2rem;
}

.background-color-back {
  background-color: #f0f0f0;
}

.s2 {
  text-transform: uppercase;
  font-weight: 400;
}

.spacer-80px-start {
  padding-top: 5rem;
}

.footer-link-intern {
  color: #f0f0f0;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer-link-intern:hover {
  text-decoration: underline;
}

.footer-link-intern.logo {
  max-width: 10rem;
}

.spacer-160px-start {
  padding-top: 10rem;
}

.footer-heading {
  color: #f0f0f0;
  border-bottom: .5px solid #f0f0f0;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  font-weight: 400;
}

.spacer-40px-start {
  padding-top: 2.5rem;
}

.overview-heading {
  color: #d7c3a6;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 400;
}

.text-logo {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--light-blue);
  background-color: var(--light-blue);
  color: #000;
  text-align: center;
  letter-spacing: .02rem;
  text-transform: none;
  border-radius: .35rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  background-color: var(--white);
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 1.1rem 1.3rem;
  font-size: 1.2rem;
}

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.5rem;
}

.navbar {
  background-color: #f0f0f0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.hero-bg-full-viewport {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.project-wrapper {
  aspect-ratio: 1;
  filter: blur(5px);
  background-color: #000;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/circles.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.project-wrapper:hover {
  filter: blur();
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/circles.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.hero-dots-wrapper {
  background-image: url('../images/circles.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-logo-wrapper {
  background-color: #d7c3a6cc;
  width: 65%;
  margin-top: -2rem;
  margin-bottom: -2rem;
  padding: 5rem;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  padding: .5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #000;
  background-color: #d7c3a6;
}

.nav-link.w--current {
  background-color: #d7c3a6;
}

.nav-link.w--current:hover {
  color: #000;
  text-decoration: underline;
}

.container-3col {
  width: 100%;
  max-width: 23.5rem;
  margin-left: auto;
  margin-right: auto;
}

.background-color-black {
  color: #f0f0f0;
  background-color: #000;
  position: relative;
}

.footer-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-link-text {
  transition: all .2s;
}

.nav-toggle {
  color: #000;
  font-size: 3rem;
}

.nav-toggle.w--open {
  background-color: #271d32;
}

.container-12col {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.multi-column-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.multi-column-layout.aligned-top {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.container-6col {
  width: 100%;
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
}

.container-10col {
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
}

.news-block-date {
  margin-bottom: .5rem;
  font-size: .8rem;
}

.copy-medium {
  font-size: 1.5rem;
  line-height: 130%;
}

.news-image-square {
  aspect-ratio: 1;
  height: 15rem;
  margin-top: 1.5rem;
  box-shadow: 4px 3px 5px #0006;
}

.copy-small {
  font-size: 1.2rem;
  line-height: 140%;
}

.news-block-single {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #d7c3a6;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.news-block-single.last {
  border-bottom-style: none;
}

.container-4col {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.container-4col.scrollable {
  position: sticky;
  top: 7rem;
}

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

.full-hero-wrapper {
  background-image: url('../images/stianshiver2025-Kopie_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 10%;
  display: flex;
}

.i-am-stian {
  width: 40%;
}

.container-9col {
  width: 100%;
  max-width: 76.5rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-24px-end {
  padding-bottom: 1.5rem;
}

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.text-weight-regular {
  font-weight: 400;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-color-main {
  color: #d7c3a6;
}

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

.spacer-16px-end {
  padding-bottom: 1rem;
}

.container-2col {
  width: 100%;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.copy-large {
  font-size: 2rem;
  line-height: 120%;
}

.icon-height-medium {
  height: 2rem;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
  display: flex;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.icon-height-large {
  height: 3rem;
}

.spacer-24px-start {
  padding-top: 1.5rem;
}

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

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacer-32px-start {
  padding-top: 2rem;
}

.copyright {
  font-size: .8rem;
  line-height: 150%;
}

.spacer-80px-end {
  padding-bottom: 5rem;
}

.icon-height-small {
  height: 1rem;
}

.spacer-8px-end {
  padding-bottom: .5rem;
}

.text-style-link {
  text-decoration: underline;
}

.container-8col {
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}

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

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-16px-start {
  padding-top: 1rem;
}

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

.text-weight-bold {
  font-weight: 700;
}

.spacer-8px-start {
  padding-top: .5rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-bright {
  color: #f0f0f0;
}

.spacer-40px-end {
  padding-bottom: 2.5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.spacer-32px-end {
  padding-bottom: 2rem;
}

.background-color-main {
  background-color: #d7c3a6;
}

.styleguide_header {
  background-color: #000;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.spacer-160px-end {
  padding-bottom: 10rem;
}

.text-color-black {
  color: #000;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.copy-quote {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 125%;
}

.list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: grid;
}

.body {
  font-family: Inter, Tahoma, sans-serif;
}

.text-style-link-gold {
  text-underline-offset: .3rem;
  -webkit-text-decoration: underline #a68119;
  text-decoration: underline #a68119;
  text-decoration-thickness: .3rem;
}

.acc-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.release-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.cover-art {
  width: 300px;
  height: 300px;
}

.acc-icon {
  width: 2rem;
  max-height: 2rem;
  margin-left: 1rem;
}

.text-style-link-gold-small {
  text-underline-offset: .3rem;
  -webkit-text-decoration: underline #a68119;
  text-decoration: underline #a68119;
  text-decoration-thickness: .1rem;
}

.acc-body {
  overflow: hidden;
}

.acc-wrapper {
  color: #2a2e3b;
  background-color: #fff;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 2rem;
  display: inline-block;
}

.footerline {
  text-align: center;
  font-size: .8rem;
}

@media screen and (max-width: 991px) {
  .nav-links-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .horizon-divider {
    width: 5rem;
    height: .05rem;
  }

  .nav-icon {
    font-size: 2rem;
  }

  .hero-logo-wrapper {
    width: 80%;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .nav-link {
    color: #f0f0f0;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }

  .nav-link:hover {
    color: #f0f0f0;
  }

  .container-3col {
    max-width: 100rem;
  }

  .footer-link-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link-text:hover {
    color: #f0f0f0;
  }

  .nav-toggle.w--open {
    color: #f0f0f0;
    background-color: #000;
  }

  .nav-links-wrapper {
    background-color: #000;
  }

  .multi-column-layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-4col {
    max-width: 49rem;
  }

  .container-4col.scrollable {
    max-width: 100rem;
    position: static;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .release-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    font-size: 7rem;
  }

  .text {
    font-size: 16px;
  }

  .spacer-160px-start.spacer-160px-end {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-logo-wrapper {
    width: 90%;
    padding: 10rem 2.5rem;
  }

  .news-image-square {
    width: 75%;
    height: 100%;
  }

  .news-block-single {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .full-hero-wrapper {
    background-position: 50%;
    justify-content: center;
    align-items: flex-end;
    height: 50vh;
    padding-left: 0%;
  }

  .i-am-stian {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .cover-art {
    width: 100%;
    height: 100%;
  }
}

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

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

  .spacer-160px-start.spacer-160px-end {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-logo-wrapper {
    width: 100%;
    padding: 12rem 1.7rem;
  }

  .news-image-square {
    width: auto;
  }

  .copy-small {
    font-size: 1.2rem;
  }

  .full-hero-wrapper {
    background-position: 60%;
  }

  .copy-large {
    font-size: 1.5rem;
  }

  .spacer-32px-start.spacer-md-end {
    padding-top: .5rem;
    padding-bottom: 2rem;
  }
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b68d-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b692-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b697-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b69c-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b6a1-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b6a6-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b6ab-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b6b0-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b6b5-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b6c4-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6c9-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6cb-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6d0-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6d2-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6d7-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6d9-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6de-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6e0-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6e5-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6e7-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6ec-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b6ee-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b742-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b745-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b747-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b74a-9cf590e6 {
  justify-self: start;
}

#w-node-f305c0b4-3ba5-92ee-4356-491ce837b7a9-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b7ae-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b7af-9cf590e6, #w-node-f305c0b4-3ba5-92ee-4356-491ce837b7b4-9cf590e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}