:root {
  --color-primary: #f59505;
  --color-gradient-start: #f59505;
  --color-gradient-stop: #f59505;
}

body {
  font-family: 'Cerebri Sans';
  src: url("../../fonts/cerebri-sans.woff2") format("woff2"), url("../../fonts/cerebri-sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-weight: 400;
  line-height: 1.2em;
  color: #181b31;
}

.bg-charade {background: #000 !important;}
.backgroundcliptext .ld-gradient-heading .split-inner {line-height: 2.4em !important;}

.h1, h1,
.h5, h5,
.h6, h6 {
  font-family: 'Glacial Indifference', sans-serif;
}

.h2, h2,
.h3, h3,
.h4, h4 {
  font-family: 'Cerebri Sans';
}

.h1,
h1 {
  font-size: 52px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 35px;
}

.h4,
h4 {
  line-height: 1.333em;
  font-size: 30px;
}

.h5,
h5 {
  font-size: 21px;
}

.h6,
h6 {
  font-size: 18px;
}

.main-nav > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
}

.main-nav > li > a .link-ext {
  background: var(--color-primary);
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: white;
}
