@import url(https://fonts.googleapis.com/css2?family=Asta+Sans:wght@300..800&display=swap);
/* Partials
================================================ */
/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Asta Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 2;
  color: #101419;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
h1, .h1 {
  font-size: 35px;
  font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
  line-height: 1.257142857;
  font-weight: 400;
}

h2, .h2 {
  font-size: 28px;
  font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
  line-height: 1.30952381;
  font-weight: 400;
}

h3, .h3 {
  font-size: 18px;
  font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
  line-height: 1.363636364;
  font-weight: 400;
}

@media only screen and (max-width: 374px) {
  h1, .h1 {
    font-size: 20px;
    font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
    line-height: 1.257142857;
    font-weight: 400;
  }
  h2, .h2 {
    font-size: 18px;
    font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
    line-height: 1.30952381;
    font-weight: 400;
  }
  h3, .h3 {
    font-size: 16px;
    font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
    line-height: 1.363636364;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 42px;
    font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
    line-height: 1.30952381;
    font-weight: 400;
  }
  h2, .h2 {
    font-size: 28px;
    font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
    line-height: 1.30952381;
    font-weight: 400;
  }
  h3, .h3 {
    font-size: 22px;
    font-family: "Titling Gothic Extended", Cambria, Times New Roman, Times, serif;
    line-height: 1.363636364;
    font-weight: 400;
  }
}
.word {
  opacity: 0;
  position: relative;
  left: -30px;
}

/* Links
================================================ */
a {
  color: inherit;
  text-decoration: none;
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: "Titling Gothic Normal";
  src: url("../fonts/Titling%20Gothic%20FB%20Normal%20Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Titling Gothic Normal";
  src: url("../fonts/Titling%20Gothic%20FB%20Normal%20Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Titling Gothic Normal";
  src: url("../fonts/Titling%20Gothic%20FB%20Normal%20Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Titling Gothic Normal";
  src: url("../fonts/Titling%20Gothic%20FB%20Normal%20Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Titling Gothic Extended";
  src: url("../fonts/Titling%20Gothic%20FB%20Extended%20Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Titling Gothic Extended";
  src: url("../fonts/Titling%20Gothic%20FB%20Extended%20Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Titling Gothic Extended";
  src: url("../fonts/Titling%20Gothic%20FB%20Extended%20Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Woocommerce Payload
================================================ */

/*# sourceMappingURL=woocommerce.css.map*/