/* fonts.css - ide u public/ folder.
   Ovaj fajl se ucitava ODLOZENO (videti index.html), tek posto se
   strana prikaze, da 241KB fontova ne bi trosilo propusni opseg
   dok se ucitava sadrzaj. Do tada tekst koristi Georgia (sistemski
   serif koji se ne skida), pa se zameni Merriweather-om. */

@font-face {
  font-display: swap;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/merriweather-v33-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/merriweather-v33-latin_latin-ext-700.woff2') format('woff2');
}