/* Lokalni fonty Poppins + Roboto (self-hosted nahrada za Google Fonts CDN, 2026-07-18).
   Soubory woff2 lezi ve stejne slozce jako tento CSS - cesty nemenit.
   Sady latin + latin-ext (ceska diakritika). Vahy podle skutecneho pouziti na webu
   (Poppins 800/900 jen pojistka - deklarovana vaha se stahuje az pri pouziti). */

/* poppins-regular */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('poppins-v24-latin_latin-ext-regular.woff2') format('woff2');
}
/* poppins-500 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('poppins-v24-latin_latin-ext-500.woff2') format('woff2');
}
/* poppins-600 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('poppins-v24-latin_latin-ext-600.woff2') format('woff2');
}
/* poppins-700 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('poppins-v24-latin_latin-ext-700.woff2') format('woff2');
}
/* poppins-800 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('poppins-v24-latin_latin-ext-800.woff2') format('woff2');
}
/* poppins-900 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('poppins-v24-latin_latin-ext-900.woff2') format('woff2');
}
/* roboto-regular */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('roboto-v51-latin_latin-ext-regular.woff2') format('woff2');
}
/* roboto-700 */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('roboto-v51-latin_latin-ext-700.woff2') format('woff2');
}
