/*
 * Fonturile de text, gazduite local (nu de la Google), ca sa nu plece adresa IP
 * a vizitatorului catre Google la fiecare pagina.
 *
 * Se servesc ca .woff2, subsetat latin + latin-ext. .ttf nu are compresie
 * proprie: cele cinci fisiere insumau 172 KB, fata de 48 KB acum. .ttf ramane
 * varianta de rezerva pentru browsere foarte vechi, care nu-l descarca daca
 * inteleg woff2.
 *
 * Subsetul latin + latin-ext acopera romana (inclusiv s si t cu virgula) si
 * restul limbilor europene, deci textul scris din panou nu poate iesi din el.
 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/lato/S6u9w4BMUTPHh7USSwiPHA.woff2) format('woff2'),
       url(../fonts/lato/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/lato/S6uyw4BMUTPHjx4wWw.woff2) format('woff2'),
       url(../fonts/lato/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1xlEA.woff2) format('woff2'),
       url(../fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJfedw.woff2) format('woff2'),
       url(../fonts/poppins/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlEA.woff2) format('woff2'),
       url(../fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
