/* Self-hosted fonts configuration
   Ensures zero FOUT and zero CLS by guaranteeing availability before first paint 
   when combined with <link rel="preload"> */

/* --- Lora (Headings) --- */
@font-face {
  font-family: 'Lora';
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url('/fonts/lora-400-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 400;
  font-style: italic;
  font-display: block;
  src: url('/fonts/lora-400-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 600;
  font-style: normal;
  font-display: block;
  src: url('/fonts/lora-600-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url('/fonts/lora-700-regular.woff2') format('woff2');
}

/* --- Nunito (Body) --- */
@font-face {
  font-family: 'Nunito';
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url('/fonts/nunito-400-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 400;
  font-style: italic;
  font-display: block;
  src: url('/fonts/nunito-400-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url('/fonts/nunito-500-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 600;
  font-style: normal;
  font-display: block;
  src: url('/fonts/nunito-600-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url('/fonts/nunito-700-regular.woff2') format('woff2');
}
