
/* especificos por site .-*/
:root {
  --fontSite: 'Roboto';
  --fontSiteAux: 'Roboto';
}

.site_font{
  font-family: var(--fontSite,'Roboto');
}
