@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&family=Heebo:wght@300;400;700&display=swap");
@font-face {
  font-family: "Teamscapes-strapline";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/Noteworthy-Lt.woff") format("woff");
}
.headings, h1, h2, h3, h4.h1, .h2, .h3, .h4, .heading {
  font-family: "Heebo", sans-serif;
  line-height: 1.2;
  color: #16264C;
  font-weight: 700;
  margin-bottom: 1em;
}

.body, html, body {
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  color: #3B3B3B;
}

html, body {
  font-size: 20px;
}

h1, .h1 {
  font-size: 1.7623416832rem;
}

h2, .h2 {
  font-size: 1.57351936rem;
}

h3, .h3 {
  font-size: 1.404928rem;
}

h4, .h4 {
  font-size: 1.2544rem;
}

h5, .h5 {
  font-size: 1.12rem;
}

h6, .h6 {
  font-size: 1rem;
}

.cs-std {
  color: #16264C;
}
.cs-std h1, .cs-std h2, .cs-std h3, .cs-std h4.h1, .cs-std .h2, .cs-std .h3, .cs-std .h4, .cs-std .heading, .cs-std p {
  color: inherit;
}

.cs-blue {
  color: #16264C;
}
.cs-blue h1, .cs-blue h2, .cs-blue h3, .cs-blue h4.h1, .cs-blue .h2, .cs-blue .h3, .cs-blue .h4, .cs-blue .heading, .cs-blue p {
  color: inherit;
}

.cs-yellow {
  color: #FDC317;
}
.cs-yellow h1, .cs-yellow h2, .cs-yellow h3, .cs-yellow h4.h1, .cs-yellow .h2, .cs-yellow .h3, .cs-yellow .h4, .cs-yellow .heading, .cs-yellow p {
  color: inherit;
}

.cs-default {
  color: #FDC317;
}
.cs-default h1, .cs-default h2, .cs-default h3, .cs-default h4.h1, .cs-default .h2, .cs-default .h3, .cs-default .h4, .cs-default .heading, .cs-default p {
  color: inherit;
}

.cs-green {
  color: #009073;
}
.cs-green h1, .cs-green h2, .cs-green h3, .cs-green h4.h1, .cs-green .h2, .cs-green .h3, .cs-green .h4, .cs-green .heading, .cs-green p {
  color: inherit;
}

.cs-grey {
  color: #CCCCCC;
}
.cs-grey h1, .cs-grey h2, .cs-grey h3, .cs-grey h4.h1, .cs-grey .h2, .cs-grey .h3, .cs-grey .h4, .cs-grey .heading, .cs-grey p {
  color: inherit;
}

.cs-white {
  color: #ffffff;
}
.cs-white h1, .cs-white h2, .cs-white h3, .cs-white h4.h1, .cs-white .h2, .cs-white .h3, .cs-white .h4, .cs-white .heading, .cs-white p {
  color: inherit;
}