/* ===== BASE FONT RESET ===== */
body {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* ===== TITOLI HERO ===== */
.hero-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  line-height: 32px;
  font-weight: 300;
  text-align: justify;
  margin: 21px auto 20px;
  color: #fff;
}

.hero-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  line-height: 32px;
  font-weight: 300;
  text-align: justify;
  margin: 0 auto 84px;
  color: #fff;
}

/* ===== TILE STYLE (riquadri cliccabili) ===== */
.tile-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-right: -2px;
  margin-bottom: 0;
  color: #004545;
  text-transform: uppercase;
}

.tile-icon {
  color: #004545;
  font-size: 2em;
  margin-bottom: 10px;
}

/* ===== SPACING CLASS (già usata nel layout) ===== */
.h96 {
  height: 96px;
}
