/*
  Every font setting for the site and admin panel lives in this file.
  The fonts are the ones used in the design (desghin/Hooponopono.dc.html) and are self-hosted in
  wwwroot/lib/fonts. The final font choice is still open (see job/LOG.md): to change fonts,
  replace the files in lib/fonts, update the @font-face rules and the two variables below.
  Licenses: SIL OFL 1.1 (lib/fonts/*/OFL.txt).
*/

/* Vazirmatn: Persian body text */
@font-face { font-family: "Vazirmatn"; font-weight: 200; font-display: swap; src: url(../lib/fonts/vazirmatn/Vazirmatn-200.woff2) format("woff2"); }
@font-face { font-family: "Vazirmatn"; font-weight: 300; font-display: swap; src: url(../lib/fonts/vazirmatn/Vazirmatn-300.woff2) format("woff2"); }
@font-face { font-family: "Vazirmatn"; font-weight: 400; font-display: swap; src: url(../lib/fonts/vazirmatn/Vazirmatn-400.woff2) format("woff2"); }
@font-face { font-family: "Vazirmatn"; font-weight: 500; font-display: swap; src: url(../lib/fonts/vazirmatn/Vazirmatn-500.woff2) format("woff2"); }
@font-face { font-family: "Vazirmatn"; font-weight: 700; font-display: swap; src: url(../lib/fonts/vazirmatn/Vazirmatn-700.woff2) format("woff2"); }
@font-face { font-family: "Vazirmatn"; font-weight: 400; font-display: swap; src: url(../lib/fonts/vazirmatn/Vazirmatn-latin-400.woff2) format("woff2"); unicode-range: U+0000-00FF, U+2000-206F; }
@font-face { font-family: "Vazirmatn"; font-weight: 700; font-display: swap; src: url(../lib/fonts/vazirmatn/Vazirmatn-latin-700.woff2) format("woff2"); unicode-range: U+0000-00FF, U+2000-206F; }

/* Cormorant Garamond: Latin accents (Hawaiian / English lines) */
@font-face { font-family: "Cormorant Garamond"; font-weight: 300; font-style: normal; font-display: swap; src: url(../lib/fonts/cormorant-garamond/CormorantGaramond-latin-300-normal.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-weight: 400; font-style: normal; font-display: swap; src: url(../lib/fonts/cormorant-garamond/CormorantGaramond-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-weight: 300; font-style: italic; font-display: swap; src: url(../lib/fonts/cormorant-garamond/CormorantGaramond-latin-300-italic.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-weight: 400; font-style: italic; font-display: swap; src: url(../lib/fonts/cormorant-garamond/CormorantGaramond-latin-400-italic.woff2) format("woff2"); }

:root {
    --font-body: "Vazirmatn", system-ui, sans-serif;
    --font-latin: "Cormorant Garamond", Georgia, serif;
}
