/* ============================================================
   CasaRound — Base reset & typography
   Stili minimali. La maggior parte dei componenti è in editorial.css
============================================================ */

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
               Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px; line-height: 1.5;
  color: #1f2937; background: #f9fafb;
  -webkit-font-smoothing: antialiased;
}

a { color: #2563eb; }
img, svg { max-width: 100%; height: auto; }

/* Form base */
input, button, select, textarea {
  font-family: inherit; font-size: inherit;
}
button { cursor: pointer; }

/* Print friendly */
@media print {
  .ad-slot, .site-header form, .site-footer { display: none !important; }
}
