@charset "UTF-8";
/*
 * JUGL self-hosted font scheme — Hammersmith One (headings) + Open Sans (body).
 * Parity with the g5_hydrogen live look, but self-hosted: no Google callout, GDPR-clean.
 * Selected via the template style param `useFontScheme` -> this file path
 * (see templateDetails.xml, Fonts fieldset, "Fonts from Folder" group).
 * Open Sans is a variable font (one file spans weights 400-700).
 */

@font-face {
  font-family: "Hammersmith One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/HammersmithOne-400.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../fonts/OpenSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../fonts/OpenSans-Italic.woff2") format("woff2");
}

:root {
  --cassiopeia-font-family-body: "Open Sans", sans-serif;
  --cassiopeia-font-family-headings: "Hammersmith One", sans-serif;
  --cassiopeia-font-weight-normal: 400;
  --cassiopeia-font-weight-headings: 400;
}
