/* onepen-fonts.css — self-hosted webfonts for 1pen
   Make sure the filenames match exactly (case-sensitive) in /assets/fonts/
*/

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 (body) — light weight for body text */
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Tangerine (decorative / nav / signature) */
@font-face {
  font-family: "Tangerine";
  src: url("../fonts/Tangerine-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tangerine";
  src: url("../fonts/Tangerine-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* OPTIONAL: add more faces you uploaded using the same pattern:
   @font-face { font-family: "Cinzel"; src: url("../fonts/Cinzel-ExtraBold.woff2") format("woff2"); font-weight: 800; ... }
*/
