/* ============================================================
   Local font: Original Garamond — italic only (italic files
   declared as font-style: normal so no downstream code changes
   are needed; every element using font-family: 'OrigGaramond'
   will automatically render in italic.)
   ============================================================ */

@font-face {
  font-family: 'OrigGaramond';
  src: url('../font/OrigGaramond/OrigGarI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OrigGaramond';
  src: url('../font/OrigGaramond/OrigGarmndBTBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
