/* ============================================================
   PIS IT Solutions — Self-Hosted Fonts
   Sora + DM Sans — woff2 only (modern browsers)
   font-display: swap — text visible immediately, font swaps in
   local() — uses system font if already installed (zero download)
   ============================================================ */

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

/* ── DM SANS ── */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('DM Sans Light'), local('DMSans-Light'),
       url('../fonts/dm-sans-300.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('DM Sans Regular'), local('DMSans-Regular'),
       url('../fonts/dm-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('DM Sans Medium'), local('DMSans-Medium'),
       url('../fonts/dm-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('DM Sans Italic'), local('DMSans-Italic'),
       url('../fonts/dm-sans-400italic.woff2') format('woff2');
}
