/* Global Typography */
body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

/* Headings – Playfair Display */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 500 !important; /* light but readable */
  line-height: 1.25;
  margin-bottom: 0.6em;
}

/* Desktop heading sizes */
h1 { font-size: 3rem !important; }      /* ~48px */
h2 { font-size: 2.4rem !important; }    /* ~38px */
h3 { font-size: 1.9rem !important; }    /* ~30px */
h4 { font-size: 1.5rem !important; }    /* ~24px */
h5 { font-size: 1.2rem !important; }    /* ~19px */
h6 { font-size: 1rem !important; }      /* ~16px */

/* Tablet */
@media (max-width: 1024px) {
  h1 { font-size: 2.5rem !important; }
  h2 { font-size: 2.1rem !important; }
  h3 { font-size: 1.7rem !important; }
}

/* Mobile */
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.75rem !important; }
  h3 { font-size: 1.5rem !important; }
  h4 { font-size: 1.25rem !important; }
}