/* Font, variabili di colore e reset comuni a tutte le pagine del sito. */
@font-face { font-family: 'Open Sans'; src: url('/assets/open-sans-normal-latin.woff2') format('woff2'); font-style: normal; font-weight: 300 800; font-display: swap; }
:root { --rome-red: #94212a; --rome-text: #1f1f1f; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { background: #fff; font-family: 'Open Sans', Arial, sans-serif; }
