@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fontawesome-webfont.woff2') format("woff2"), url('../fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype"), url('../fonts/fontawesome-webfont.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --light-background: #e9e2d8;
  --dark-text: #3f3c39;
  --primary: #866737;
  --dark-border: #72542780;
  --light-border: #72542726;
  --light-text: #fffc;
  --overlay: #ffffff80;
  --success: #25945a;
  --error: #a73939;
  --white: white;
  --black: black;
  --secondary: #9e3d6c;
  --message: #3d689e;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--light-background);
  color: var(--dark-text);
  background-image: url('../images/cardboard.png');
  background-position: 0 0;
  background-size: 300px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

p {
  margin-bottom: 15px;
}

a {
  color: var(--primary);
  text-decoration: none;
}

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

img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

label {
  color: #3f3c39bf;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Alegreya Sans SC, sans-serif;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-bottom: 15px;
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.4;
}

.menu-wrap {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.icon {
  font-family: Font Awesome, Arial, sans-serif;
}

.icon.tooltip {
  background-color: var(--primary);
  box-shadow: 0 0 0 1px var(--dark-border);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  font-size: .7em;
  display: flex;
}

.icon.utility {
  font-size: 3em;
}

.icon.button {
  margin-left: 15px;
}

.icon.info {
  background-color: var(--light-background);
  box-shadow: inset 0 0 6px 0 var(--dark-border);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: 40px;
  font-size: 2em;
  line-height: 1;
  display: flex;
}

.section {
  padding: 60px 20px 90px;
  position: relative;
}

.section.separator {
  box-shadow: 0 0 0 1px var(--dark-border);
  background-image: linear-gradient(#72542745, #72542745), url('../images/background-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 3px;
  padding-top: 22vh;
  padding-bottom: 22vh;
}

.button-wrap {
  flex-wrap: wrap;
  margin: -5px;
  display: flex;
}

.button-wrap.form {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 15px;
}

.button-wrap.utility {
  justify-content: center;
  margin-top: 30px;
}

.button-wrap.intro {
  justify-content: center;
  margin-top: 60px;
}

.button-item {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  padding: 10px 30px;
  font-family: Alegreya Sans SC, sans-serif;
  font-size: 1em;
  display: flex;
}

.button-item.password {
  width: 100%;
  margin: 0;
}

.form-wrap {
  margin-bottom: 0;
  display: block;
}

.form-wrap.hidden {
  display: none;
}

.form-parent {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.form-parent.product {
  border-bottom: 1px solid var(--light-border);
  padding: 5px;
}

.form-parent.product.first {
  border-top: 1px solid var(--light-border);
}

.form-parent.product.hide {
  display: none;
}

.form-child {
  flex: 1;
  padding: 5px;
}

.form-child.small {
  flex: 0 auto;
  width: 160px;
}

.form-child.description {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form-child.shrink {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.form-input {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--primary);
  background-color: #fff;
  border-radius: 3px;
  height: auto;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 1em;
  box-shadow: inset 0 0 0 1px #72542740;
}

.form-input.textarea {
  min-height: 110px;
}

.form-input.soldout {
  background-color: #dadada;
  display: none;
}

.title {
  color: var(--primary);
  margin-bottom: 10px;
  font-family: Alegreya Sans SC, sans-serif;
  font-size: 2em;
  font-weight: 300;
}

.title.footer {
  color: #fff;
}

.title.utility {
  margin-bottom: 15px;
}

.title.hero {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
}

.footer-wrap {
  background-image: linear-gradient(to bottom, var(--light-border), var(--light-border)), url('../images/backgorund-3.webp');
  color: var(--light-text);
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 3px;
  font-size: 1.1em;
}

.tooltip-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: none;
  position: relative;
}

.accordion-content-wrap {
  background-color: #fff;
  overflow: hidden;
}

.card-content {
  background-color: var(--primary);
  color: #fff;
  flex: none;
  width: 100%;
  padding: 30px;
}

.tooltip-content {
  background-color: var(--primary);
  color: #fff;
  border-radius: 3px;
  width: 210px;
  margin-bottom: 15px;
  padding: 15px;
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translate(50%, -15px);
}

.tooltip-decoration {
  background-color: var(--primary);
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translate(0, 50%)rotate(45deg);
}

.lightbox-modal {
  z-index: 20;
  background-color: var(--overlay);
  flex-flow: column;
  place-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0;
}

.message-wrap {
  color: #fff;
  background-color: #3d689e;
  padding: 45px 30px;
}

.message-wrap.success {
  background-color: var(--success);
  text-align: center;
}

.message-wrap.error {
  background-color: var(--error);
  text-align: center;
}

.subtitle {
  font-size: 1.2em;
}

.subtitle.hero {
  font-family: Merienda, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.footer-content-wrap {
  text-align: center;
  padding: 20vh 30px;
}

.footer-copyright-wrap {
  text-align: right;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
}

.password-form-wrap {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}

.utility-wrap {
  text-align: center;
  background-image: url('../images/knaus-peak-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 30px;
  display: flex;
}

.utility-content {
  box-shadow: 0 0 6px 0 var(--dark-border);
  background-color: #fff;
  width: 500px;
  margin-bottom: 0;
  padding: 60px 30px;
}

.hero-wrap {
  box-shadow: 0 0 0 1px var(--light-border);
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px var(--dark-text);
  background-image: linear-gradient(#72542726, #72542726), url('../images/background-1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 3px;
  padding: 50vh 15px 10vh;
  position: relative;
}

.main-wrap {
  background-color: var(--overlay);
  box-shadow: 0 0 6px 0 var(--dark-border);
  border-radius: 3px;
  margin: 30px;
  padding: 10px;
}

.intro-parent {
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.intro-child {
  flex: 1;
}

.intro-item {
  text-align: center;
  padding: 30px;
}

.social-wrap {
  display: flex;
  position: absolute;
  top: 0;
  right: 60px;
}

.social-item {
  color: #fff;
  background-color: #3b5998;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  margin-left: 3px;
  margin-right: 3px;
  font-family: Font Awesome, Arial, sans-serif;
  font-size: 1em;
  display: flex;
}

.social-item.instagram {
  background-color: #8a3ab9;
}

.form-description {
  font-weight: 700;
}

.form-description.soldout {
  text-decoration: line-through;
}

.footer-parent {
  flex-wrap: wrap;
  display: flex;
}

.footer-child {
  text-align: left;
  flex: 1;
}

.form-note {
  margin-top: 40px;
  margin-bottom: 0;
}

.link-item {
  text-transform: uppercase;
  justify-content: center;
  margin: 5px;
  display: flex;
}

.form-checkbox-button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.list-child {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 3px;
  display: flex;
}

.list-child.subitem {
  padding-left: 1.2em;
}

.form-radio-button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.main-parent {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin: -20px;
  display: flex;
}

.main-subheading {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.form-checkbox-wrap {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: .25em;
  font-size: .9em;
  font-weight: 400;
}

.form-select {
  background-image: linear-gradient(#eee, #eee);
  border-style: none;
  margin-bottom: 0;
  font-size: .9em;
}

.style-heading {
  margin-bottom: .5em;
  font-weight: 700;
}

.form-content-2 {
  flex: 1;
  margin: 5px;
}

.style-child {
  flex: 0 1440px;
  justify-content: center;
}

.style-color-parent {
  flex-wrap: wrap;
  margin: -3px;
  display: flex;
}

.form-child-2 {
  flex-wrap: nowrap;
  flex: 50%;
  align-items: stretch;
}

.form-child-2._100w {
  flex-basis: 100%;
}

.form-child-2.shrink {
  flex: 0 auto;
}

.style-color-child {
  flex-basis: 25%;
}

.form-radio-wrap {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.style-color-item {
  border: 1px solid #0003;
  flex: 1;
  margin: 3px;
}

.style-color-item.error {
  background-color: #c53232;
}

.style-color-item.light-background {
  background-color: #eee;
}

.style-color-item.light-border {
  background-color: #fff3;
}

.style-color-item.success {
  background-color: #3ba73b;
}

.style-color-item.dark-overlay {
  background-color: #0006;
}

.style-color-item.dark-text {
  background-color: #000c;
}

.style-color-item.secondary {
  background-color: #8b533d;
}

.style-color-item.message {
  background-color: #3030bb;
}

.style-color-item.dark-background {
  background-color: #414141;
}

.style-color-item.light-text {
  background-color: #fffc;
}

.style-color-item.dark-border {
  background-color: #0003;
}

.style-color-item.primary {
  background-color: #325e86;
}

.style-color-item.light-overlay {
  background-color: #fff6;
}

.style-subheading {
  opacity: .6;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.main-heading {
  margin-bottom: 1em;
}

.style-parent {
  background-color: #eee;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.button-parent {
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
  display: flex;
}

.main-child {
  flex: 1;
}

.main-child.sidebar {
  flex: 0 360px;
}

.message-wrap-2 {
  color: #fff;
  background-color: #3030bb;
  border-left: 10px solid #0006;
  margin-top: 1em;
  padding: 1em;
}

.message-wrap-2.success {
  background-color: #3ba73b;
}

.message-wrap-2.error {
  background-color: #c53232;
}

.main-content {
  flex: 1;
  margin: 20px;
}

.form-wrap-2 {
  margin: 0;
}

.empty-wrap {
  font-style: italic;
}

.button-item-2 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #325e86;
  justify-content: center;
  margin: 5px;
  padding: 1em 2em;
  font-size: .9em;
  line-height: 1.4;
  display: flex;
}

.style-content {
  background-color: #fff;
  flex: 1;
  margin: 20px;
  padding: 20px;
}

.style-wrap {
  margin-bottom: 40px;
}

.form-parent-2 {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-end;
  margin: -5px;
  display: flex;
}

.form-input-2 {
  background-color: #eee;
  border-style: none;
  flex: 1;
  height: auto;
  margin-bottom: 0;
  padding: 1em;
  font-size: .9em;
  line-height: 1.4;
}

.form-input-2.textarea {
  min-height: 120px;
}

.style-color-name {
  color: #fff;
  text-transform: uppercase;
  background-color: #0006;
  align-items: flex-end;
  margin: 10px;
  padding: 5px;
  font-size: .9em;
  display: inline-block;
}

.icon-2.before {
  margin-right: .25em;
}

.icon-2.list {
  opacity: .5;
  flex: none;
  width: 1.8em;
}

.soldout-box {
  border: 1px solid var(--dark-border);
  color: var(--dark-border);
  background-color: #dadada;
  padding: 7px 10px;
}

.soldout-box.hidden {
  display: none;
}

.info-wrap {
  background-color: var(--white);
  box-shadow: 0 0 6px 0 var(--dark-border);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
}

.info-wrap.skjul {
  display: none;
}

.info-text ul {
  margin-bottom: 0;
}

html.w-mod-js [data-ix="animate-from-left-on-scroll"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="animate-from-right-on-scroll"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="animate-from-bottom-on-scroll"] {
  opacity: 0;
  transform: translate(0, 60px);
}

@media screen and (max-width: 991px) {
  .menu-wrap {
    justify-content: flex-start;
    align-items: stretch;
    display: none;
    position: fixed;
    inset: 0;
  }

  .intro-child {
    flex: 0 auto;
    width: 100%;
  }

  .style-color-child {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .icon.info {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-child {
    min-width: 100%;
  }

  .form-child.small, .form-child.shrink {
    min-width: 0%;
  }

  .utility-content {
    width: 100%;
  }

  .main-wrap {
    margin: 0;
  }

  .footer-child {
    flex: 0 auto;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .form-child-2, .main-child {
    flex-basis: 100%;
  }

  .main-child.sidebar {
    flex-grow: 1;
  }

  .info-wrap {
    padding: 20px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .button-item {
    width: 100%;
  }

  .style-color-child {
    flex-basis: 100%;
  }
}


@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}