/**
 * Report viewer fonts — same as app/docs shipped `thmanyahSerifTextHeavy`:
 * Medium (body) + Bold (emphasis). No hybrid digit face.
 *
 * Local/deploy: `npm run fonts:thmanyah` → report-page/fonts/thmanyah/ (gitignored).
 */

@font-face {
  font-family: 'Thmanyah Serif Text';
  src:
    url('../fonts/thmanyah/thmanyahseriftext-Medium.woff') format('woff'),
    url('../fonts/thmanyah/thmanyahseriftext-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Thmanyah Serif Text';
  src:
    url('../fonts/thmanyah/thmanyahseriftext-Medium.woff') format('woff'),
    url('../fonts/thmanyah/thmanyahseriftext-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Thmanyah Serif Text';
  src:
    url('../fonts/thmanyah/thmanyahseriftext-Bold.woff') format('woff'),
    url('../fonts/thmanyah/thmanyahseriftext-Bold.otf') format('opentype'),
    url('../fonts/thmanyah/thmanyahseriftext-Medium.woff') format('woff'),
    url('../fonts/thmanyah/thmanyahseriftext-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Thmanyah Serif Text';
  src:
    url('../fonts/thmanyah/thmanyahseriftext-Bold.woff') format('woff'),
    url('../fonts/thmanyah/thmanyahseriftext-Bold.otf') format('opentype'),
    url('../fonts/thmanyah/thmanyahseriftext-Medium.woff') format('woff'),
    url('../fonts/thmanyah/thmanyahseriftext-Medium.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Thmanyah Serif Text';
  src:
    url('../fonts/thmanyah/thmanyahseriftext-Bold.woff') format('woff'),
    url('../fonts/thmanyah/thmanyahseriftext-Bold.otf') format('opentype'),
    url('../fonts/thmanyah/thmanyahseriftext-Medium.woff') format('woff'),
    url('../fonts/thmanyah/thmanyahseriftext-Medium.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

:root {
  --kutaib-font: 'Thmanyah Serif Text', -apple-system, BlinkMacSystemFont, 'SF Arabic', 'Segoe UI',
    Tahoma, Arial, sans-serif;
}
