/* Self-hosted fonts for tickortreat.com
 * Replaces external Google Fonts CDN calls for CFC warranty compliance
 * SIL Open Font License
 */

/* ============ FRAUNCES ============ */
@font-face {
  font-display: swap;
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/fraunces-v38-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/fraunces-v38-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/fraunces-v38-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/fraunces-v38-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/fraunces-v38-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/fraunces-v38-latin-800.woff2') format('woff2');
}

/* ============ EB GARAMOND ============ */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/eb-garamond-v33-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/eb-garamond-v33-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/eb-garamond-v33-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/eb-garamond-v33-latin-italic.woff2') format('woff2');
}
