/*
 * Local font declarations for Maniktala Legal
 *
 * Fonts must be downloaded and placed in /static/fonts/:
 *   - LibreBaskerville-Regular.woff2
 *   - LibreBaskerville-Bold.woff2
 *   - LibreBaskerville-Italic.woff2
 *   - Inter-Regular.woff2
 *   - Inter-Medium.woff2
 *   - Inter-SemiBold.woff2
 *
 * Google Fonts fallback (add to <head> if local files are unavailable):
 * <link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
 */

/* ──────────────────────────────────────────────
 * Libre Baskerville
 * ────────────────────────────────────────────── */

@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ──────────────────────────────────────────────
 * Inter
 * ────────────────────────────────────────────── */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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