/* 🌯 Self-hosted app typefaces — DM Sans, DM Mono, Crimson Text, EB Garamond.
   Latin subset woff2 (SIL OFL 1.1; per-family licenses are the OFL-*.txt files
   in this directory). This replaces the former Google Fonts CDN <link>s on the
   /help, /vision, /story, and /login surfaces, so the local desktop build makes
   ZERO outbound network requests. font-display: swap for a fast first paint.
   Families are NOT renamed (OFL Reserved Font Name compliance). */

@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('/fonts/dm-sans-300.woff2') format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/dm-sans-400.woff2') format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/dm-sans-500.woff2') format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: italic; font-weight: 400; font-display: swap; src: url('/fonts/dm-sans-400-italic.woff2') format('woff2'); }

@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/dm-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'DM Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/dm-mono-500.woff2') format('woff2'); }

@font-face { font-family: 'Crimson Text'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/crimson-text-400.woff2') format('woff2'); }
@font-face { font-family: 'Crimson Text'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/crimson-text-600.woff2') format('woff2'); }
@font-face { font-family: 'Crimson Text'; font-style: italic; font-weight: 400; font-display: swap; src: url('/fonts/crimson-text-400-italic.woff2') format('woff2'); }

@font-face { font-family: 'EB Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/eb-garamond-400.woff2') format('woff2'); }
@font-face { font-family: 'EB Garamond'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/eb-garamond-500.woff2') format('woff2'); }
@font-face { font-family: 'EB Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('/fonts/eb-garamond-400-italic.woff2') format('woff2'); }
