/* Massage Recruit — self-hosted webfonts
 *
 * The design uses two Google Fonts, both under the SIL Open Font License 1.1,
 * which permits self-hosting and bundling with a commercial site.
 *   Sora   — display / headings (400, 600, 700, 800)
 *   Inter  — body / UI          (400, 500, 600, 700)
 *
 * DROP THE .woff2 FILES IN THIS FOLDER to complete offline support. Get them with:
 *   npx google-webfonts-helper download sora  --variants 400,600,700,800 --formats woff2
 *   npx google-webfonts-helper download inter --variants 400,500,600,700 --formats woff2
 * or from https://gwfh.mranftl.com/fonts (charset: latin).
 *
 * Until then the stack falls back to the system UI font, so the export still
 * renders correctly offline — only the typeface differs.
 */

@font-face { font-family: 'Sora'; font-style: normal; font-weight: 400; font-display: swap; src: url('sora-400.woff2') format('woff2'); }
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 600; font-display: swap; src: url('sora-600.woff2') format('woff2'); }
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 700; font-display: swap; src: url('sora-700.woff2') format('woff2'); }
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 800; font-display: swap; src: url('sora-800.woff2') format('woff2'); }

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('inter-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('inter-700.woff2') format('woff2'); }
