/* Fonturile sunt gazduite de noi, nu de Google: nicio cerere catre alt
   server, deci nici adresa IP a vizitatorului nu pleaca de pe site, si
   pagina se incarca mai repede. Fisierele sunt taiate pe literele
   folosite de site. Se regenereaza cu: python3 tools/fonturi.py */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/poppins-700.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/roboto.woff2") format("woff2");
}
