/* Self-hosted fonts - latin + latin-ext (czech diacritics).
   Shantell Sans: display voice (an artist's hand-line as a typeface).
   Literata: book-serif body voice. */

@font-face {
  font-family: 'Shantell Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/shantell-sans-v13-latin_latin-ext-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Shantell Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/shantell-sans-v13-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Literata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/literata-v40-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Literata';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/literata-v40-latin_latin-ext-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Literata';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/literata-v40-latin_latin-ext-600.woff2') format('woff2');
}
