@font-face {
  font-family: 'Cervo Neue SemiBold Neue';
  src:
    url('/fonts/CervoNeue-SemiBoldNeue.woff2') format('woff2'),
    url('/fonts/CervoNeue-SemiBoldNeue.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Colfax';
  src:
    url('/fonts/Colfax-Medium.woff2') format('woff2'),
    url('/fonts/Colfax-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

html,
body {
  margin: 0;
  background-color: #f8f2d9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-custom-class='body'],
[data-custom-class='body'] * {
  background: transparent !important;
}

[data-custom-class='body'] {
  padding: 0 !important;
}

[data-custom-class='title'] {
  display: none !important;
}

[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
  font-family: 'Colfax', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7rem !important;
  color: #131313 !important;
  margin-bottom: 30px !important;
}

[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
  font-family: 'Cervo Neue SemiBold Neue', sans-serif !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #131313 !important;
  margin: 0 0 25px 0 !important;
}

[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
  font-family: 'Cervo Neue SemiBold Neue', sans-serif !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #131313 !important;
  margin: 0 0 25px 0 !important;
}

[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
  font-family: 'Colfax', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7rem !important;
  color: #131313 !important;
}

[data-custom-class='link'],
[data-custom-class='link'] *,
[data-custom-class='link']:link,
[data-custom-class='link']:visited,
[data-custom-class='link'] *:link,
[data-custom-class='link'] *:visited,
[data-custom-class='body_text'] a,
[data-custom-class='body_text'] a:link,
[data-custom-class='body_text'] a:visited {
  font-family: 'Colfax', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7rem !important;
  color: #131313 !important;
  text-decoration: underline !important;
  word-break: break-word !important;
}

[data-custom-class='body_text'] ul {
  padding: 20px 0 20px 35px !important;
  list-style: none !important;
}

[data-custom-class='body_text'] ul li {
  position: relative !important;
  margin-bottom: 10px !important;
}

[data-custom-class='body_text'] ul li::before {
  content: '' !important;
  position: absolute !important;
  top: 12px !important;
  left: -10px !important;
  transform: translate(-100%, -50%) !important;
  width: 10px !important;
  height: 2px !important;
  background-color: #131313 !important;
  display: block !important;
}

[data-custom-class='body_text'] p {
  margin: 0 0 30px 0 !important;
}

[data-custom-class='body_text'] strong {
  font-weight: 500 !important;
  font-style: normal !important;
}

@media (min-width: 1100px) {
  [data-custom-class='heading_1'],
  [data-custom-class='heading_1'] *,
  [data-custom-class='heading_2'],
  [data-custom-class='heading_2'] * {
    font-size: 42px !important;
  }
}
