/* Site-wide custom styles for Matchicon website */

.display-4 {
  font-weight: 500;
}

/* Responsive typography for small screens */
@media (max-width: 575px) {
  .display-4 {
    font-size: 2rem !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1.25rem !important;
  }
}
