/* ── Self-hosted fonts for worksheet PDF rendering ── */

/* ── Fredoka (already on server) ── */
@font-face {
  font-family: 'Fredoka';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/fredoka-v17-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Fredoka';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/fredoka-v17-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Fredoka';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/fredoka-v17-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fredoka';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/fredoka-v17-latin-700.woff2') format('woff2');
}

/* ── DM Mono ── */
@font-face {
  font-family: 'DM Mono';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/dm-mono-v16-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Mono';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/dm-mono-v16-latin-500.woff2') format('woff2');
}

/* ── Lora ── */
@font-face {
  font-family: 'Lora';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/lora-v37-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('/fonts/lora-v37-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/lora-v37-latin-600.woff2') format('woff2');
}
