/* Self-hosted fonts for At Your Pace — latin subset, variable where available.
   Replaces the render-blocking Google Fonts request. */

/* Yeseva One — display headline */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('yeseva-one-400-normal.woff2') format('woff2');
}

/* Newsreader — variable (covers 400–500), normal + italic */
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('newsreader-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('newsreader-400-italic.woff2') format('woff2');
}

/* Hanken Grotesk — variable (covers 400–600), body text */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('hanken-grotesk-400-normal.woff2') format('woff2');
}
