/* fontstyle.css — Flazio site font setup for Farmacia Dr. Bozza.
   Most fonts already loaded via Flazio CDN @font-face in inline <head>. This file
   sets the cascade defaults and locks the typographic baseline. */

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: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}

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

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

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

/* Italic emphasis */
em, i { font-family: inherit; font-style: italic; }
