:root {
  --font-family-generale: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* -------GENERAL------------------------ */
html, body {
    height: 100%;
    width: 100%;
  }
/* Applica il font a tutto il contenuto */
body {
  font-family:var(--font-family-generale);
}

