/**
 * Fonty goodness
 */
/**
 * Site variables
 */
/**
 * Colors
 */
/*
$content-builder-padding-top: 120px;
$content-builder-padding-bottom: 120px;
$content-builder-tablet-padding-top: 80px;
$content-builder-tablet-padding-bottom: 80px;
$content-builder-mobile-padding-top: 50px;
$content-builder-mobile-padding-bottom: 50px;
*/
/**
 * Make full width text areas not use full width for... reasons...?
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Light.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Light.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "AbacusOutline";
  src: url("../fonts/abacus_icons_final_outline.ttf") format("truetype"), url("../fonts/abacus_icons_final_outline.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "AbacusSolid";
  src: url("../fonts/abacus_icons_final_solid.ttf") format("truetype"), url("../fonts/abacus_icons_final_solid.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

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