/* Self-hosted fonty — Besley / Archivo / IBM Plex Mono
   WOFF2 subsety latin + latin-ext (česká diakritika ěščřžýáíůú ověřena).
   Žádný request na fonts.googleapis.com (GDPR). */

/* ── Besley — nadpisy, produktové názvy, ceny ── */
@font-face {
  font-family: 'Besley';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/besley-v22-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Besley';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/besley-v22-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Besley';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/besley-v22-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Besley';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/besley-v22-latin_latin-ext-800.woff2') format('woff2');
}

/* ── Archivo — body, UI, navigace ── */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/archivo-v25-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/archivo-v25-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/archivo-v25-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/archivo-v25-latin_latin-ext-700.woff2') format('woff2');
}

/* ── IBM Plex Mono — kickery, štítky, SKU, technické parametry ── */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-v20-latin_latin-ext-500.woff2') format('woff2');
}
