/**
 * typography.css
 * Stili tipografici globali
 */

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #444;
}

blockquote {
  border-left: 4px solid #0073e6;
  padding-left: 15px;
  font-style: italic;
  color: #555;
}
