/* Self-hosted fonts for better Core Web Vitals
 * - Uses font-display: optional to prevent layout shift (CLS)
 * - Reduced font weights: Inter 400, 500, 600 only
 * - Libre Baskerville for scripture text
 */

/* Inter - UI font (reduced from 5 weights to 3) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/inter-v13-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('/fonts/inter-v13-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('/fonts/inter-v13-latin-600.woff2') format('woff2');
}

/* Libre Baskerville - Scripture font */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: optional;
  src: url('/fonts/libre-baskerville-v14-latin-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('/fonts/libre-baskerville-v14-latin-700.woff2') format('woff2');
}
