/* ==========================================================================
   HomePCRepair.co.uk — self-hosted fonts
   Used for headings (see --font-display in assets/css/styles.css).
   No third-party requests — nothing is loaded from Google's servers.

   Matches the files already in your /fonts/ folder (Google Webfonts
   Helper "latin" subset, v17).
   ========================================================================== */

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/sora-v17-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/sora-v17-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/sora-v17-latin-800.woff2') format('woff2');
}
