/* Firma calligrafica digitale: Consolas su tutto il testo.
   Iniettato via nginx su tutti i siti. Volutamente NON tocca <i>, <span>
   e gli elementi-icona (icon font) per non rompere le icone. */
html, body {
  font-family: "Consolas", "Courier New", ui-monospace, monospace !important;
}
h1, h2, h3, h4, h5, h6,
p, a, li, ul, ol, dl, dt, dd,
table, thead, tbody, tr, td, th,
button, input, textarea, select, option, optgroup, label, fieldset, legend,
blockquote, figcaption, caption, small, strong, em, b, mark, code, pre, kbd, samp,
nav, header, footer, section, article, main, aside {
  font-family: "Consolas", "Courier New", ui-monospace, monospace !important;
}
