/* Self-hosted Google Fonts — Latin subset only.
   Replaces external <link> tags to fonts.googleapis.com.
   Variable fonts: Roboto, Noto Sans, Noto Serif, Roboto Mono support
   multiple weights from a single file via font-weight range. */

/* ── UI font ───────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./roboto-latin.woff2') format('woff2');
}

/* ── Document template fonts ───────────────────────────────────────── */

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./noto-sans-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./noto-serif-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./roboto-mono-latin.woff2') format('woff2');
}

/* ── Signature fonts ───────────────────────────────────────────────── */

@font-face {
  font-family: 'La Belle Aurore';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./la-belle-aurore-latin.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./nothing-you-could-do-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Over the Rainbow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./over-the-rainbow-latin.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./indie-flower-latin.woff2') format('woff2');
}
