@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url('https://carbonmade-media.accelerator.net/fonts/Inter-Regular.woff2');
}
@font-face {
  font-family: 'sofiapro';
  src: url('../fonts/sofiapro-light.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'sofiapro';
  src: url('../fonts/sofiapro-regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'sofiapro';
  src: url('../fonts/sofiapro-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'sofiapro';
  src: url('../fonts/sofiapro-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'brandongrotesque';
  src: url('../fonts/brandongrotesque-bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'brandongrotesque';
  src: url('../fonts/brandongrotesque-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
h1 {
  margin: 0 0 0.3em 0;
  font-weight: /* $font-weight-normal undefined */;
}
h3 {
  font-family: /* $font-family-primary undefined */;
  font-size: 1.5rem;
  color: /* $black undefined */;
  font-weight: /* $font-weight-semibold undefined */;
  margin: 0 0 0.7em;
}