/* 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');
}

/* Montserrat: the menu face on her Canva boards - geometric caps for the item
   names, double-storey a in the descriptions. Only the lístek uses it. */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-v30-latin_latin-ext-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/montserrat-v30-latin_latin-ext-500.woff2') format('woff2');
}
