/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.page-header h1, h1 {
  font-size: 2rem;
  /* ≈32px */
  line-height: 1.2;
  margin: 0.5em 0 0.3em;
}
/* H2 (desktop padrão) */
h2 {
  font-size: 1.5rem;
  /* ≈24px */
  line-height: 1.3;
  margin: 0.6em 0 0.35em;
  font-weight: 600;
}
/* Mobile ajustes */
@media (max-width: 600px) {
  .page-header h1, h1 {
    font-size: 1.75rem;
    /* ≈28px */
  }
  h2 {
    font-size: 1.25rem;
    /* ≈20px */
    font-weight: 700;
  }
}
/*# sourceMappingURL=custom_15.css.map */