/* ─────────────────────────────────────────────────────────────
   fonts.css – lokální fonty pro aktivaceenergie.cz
   Self-host Google Fonts (Libre Baskerville + Jost),
   pokrývá latin + latin-ext (česká diakritika).
   ───────────────────────────────────────────────────────────── */

/* Libre Baskerville 400 (regular) */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/libre-baskerville-regular.woff2') format('woff2');
}

/* Libre Baskerville 400 italic */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/libre-baskerville-italic.woff2') format('woff2');
}

/* Libre Baskerville 700 (bold) */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/libre-baskerville-700.woff2') format('woff2');
}

/* Jost 300 (light) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/jost-300.woff2') format('woff2');
}

/* Jost 400 (regular) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/jost-regular.woff2') format('woff2');
}

/* Jost 500 (medium) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/jost-500.woff2') format('woff2');
}
