/* ### --- GENERATED CMS FONT SETTINGS --- ###
   This file is overwritten by scripts/build_site.py. It keeps uploaded font paths in CSS, applies the title settings only to Georgia Atkinson, and scales the rest of the site through one multiplier so hardcoded text sizes keep their relative proportions. */
@font-face {
  font-family: "CmsTitleFont";
  src: url("../fonts/Heavitas.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CmsSiteFont";
  src: url("../fonts/timess__.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

:root {
  --title-font-family: "CmsTitleFont", "HeavitasTitle", Verdana, sans-serif;
  --title-font-size: 31.5px;
  --title-font-weight: 550;
  --site-font-family: "CmsSiteFont", Verdana, sans-serif;
  --site-font-scale: 1.27;
  --site-font-weight: 550;
}
