/* Font system (aliased) — Montserrat (geometric sans, one cohesive family).
   The site's CSS still references "Bree Serif", "DM Sans" and "Instrument Sans"
   everywhere; we redefine those family names here so the whole site updates from one file:
     headings  "Bree Serif"      -> Montserrat (semibold / bold)
     body      "DM Sans"         -> Montserrat
     UI/labels "Instrument Sans" -> Montserrat
   To try a different pairing, only this file needs to change. */

/* ---- Headings: Montserrat, heavier weights for presence (mapped onto "Bree Serif") ---- */
@font-face { font-family: 'Bree Serif'; font-style: normal; font-weight: 400; font-display: swap; src: url(/gfonts/montserrat-600.woff2) format('woff2'); }
@font-face { font-family: 'Bree Serif'; font-style: normal; font-weight: 500; font-display: swap; src: url(/gfonts/montserrat-600.woff2) format('woff2'); }
@font-face { font-family: 'Bree Serif'; font-style: normal; font-weight: 700; font-display: swap; src: url(/gfonts/montserrat-700.woff2) format('woff2'); }

/* ---- Body: Montserrat (mapped onto "DM Sans") ---- */
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url(/gfonts/montserrat-400.woff2) format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url(/gfonts/montserrat-500.woff2) format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url(/gfonts/montserrat-600.woff2) format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url(/gfonts/montserrat-700.woff2) format('woff2'); }

/* ---- UI / labels: Montserrat (mapped onto "Instrument Sans") ---- */
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url(/gfonts/montserrat-500.woff2) format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url(/gfonts/montserrat-500.woff2) format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url(/gfonts/montserrat-600.woff2) format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url(/gfonts/montserrat-700.woff2) format('woff2'); }
