/* Self-hosted fonts for clinic.ca — PHIPA compliance (no third-party requests).

   Manrope is the primary display + body font.
   DM Mono is reserved for codes / numeric identifiers (order IDs, FSAs, etc).

   To re-download font files from Google Fonts:
     https://fonts.google.com/specimen/Manrope
     https://fonts.google.com/specimen/DM+Mono
*/

/* ── Manrope ── */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 300; font-display: swap; src: url('Manrope-Light.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('Manrope-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500; font-display: swap; src: url('Manrope-Medium.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('Manrope-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap; src: url('Manrope-Bold.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 800; font-display: swap; src: url('Manrope-ExtraBold.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 900; font-display: swap; src: url('Manrope-ExtraBold.woff2') format('woff2'); }

/* ── DM Mono (codes, identifiers) ── */
@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('DMMono-Regular.woff2') format('woff2'); }
@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('DMMono-Medium.woff2') format('woff2'); }
