/* ============================================================
   ŠÁPARA – FONTS
   Bellota Text (latin + latin-ext)
   Zdroj: Google Fonts, self-hosted pro výkon a soukromí
   ============================================================ */

@font-face {
  font-display: swap;
  font-family: 'Bellota';
  font-style: italic;
  font-weight: 400;
  src: local('Bellota Italic'), local('Bellota-Italic'), url('../fonts/bellota-v17-latin_latin-ext-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Bellota';
  font-style: italic;
  font-weight: 700;
  src: local('Bellota Bold Italic'), local('Bellota-BoldItalic'), url('../fonts/bellota-v17-latin_latin-ext-700italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Bellota Text';
  font-style: normal;
  font-weight: 300;
  src: local('Bellota Text Light'), local('BellotaText-Light'), url('../fonts/bellota-text-v20-latin_latin-ext-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Bellota Text';
  font-style: italic;
  font-weight: 300;
  src: local('Bellota Text Light Italic'), local('BellotaText-LightItalic'), url('../fonts/bellota-text-v20-latin_latin-ext-300italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Bellota Text';
  font-style: normal;
  font-weight: 400;
  src: local('Bellota Text Regular'), local('BellotaText-Regular'), url('../fonts/bellota-text-v20-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Bellota Text';
  font-style: italic;
  font-weight: 400;
  src: local('Bellota Text Italic'), local('BellotaText-Italic'), url('../fonts/bellota-text-v20-latin_latin-ext-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Bellota Text';
  font-style: normal;
  font-weight: 700;
  src: local('Bellota Text Bold'), local('BellotaText-Bold'), url('../fonts/bellota-text-v20-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Bellota Text';
  font-style: italic;
  font-weight: 700;
  src: local('Bellota Text Bold Italic'), local('BellotaText-BoldItalic'), url('../fonts/bellota-text-v20-latin_latin-ext-700italic.woff2') format('woff2');
}


