/* fontstyle.css — Flazio site font setup for Farmacia Di Gangi 24h.
   Sets typography baseline; specific classes are styled in customstyle.css. */

body, #website, #mc5 {
  font-family: 'Open Sans', Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mc5 h1, #mc5 h2, #mc5 h3, #mc5 h4 {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#mc5 .testoc, #mc5 p, #mc5 li, #mc5 span, #mc5 td {
  font-family: 'Open Sans', Lato, Arial, sans-serif;
}

#mc5 strong, #mc5 b { font-weight: 700; }

a, .nav.menu a {
  font-family: 'Open Sans', Lato, Arial, sans-serif;
}

em, i { font-family: inherit; font-style: italic; }
