   /*
   Theme Name: Hello Child
   Template: hello-elementor
   Author: Seu Nome
   Description: Tema filho do Hello Elementor
   Version: 1.0
   */

   /* ======== Títulos Desktop ======== */
h1 {
  font-size: 42px;
}

h2 {
  font-size: 40px;
}

/* ======== Títulos Mobile ======== */
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }
  p {
    font-size: 16px; /* Mantém o recomendado pelo Google */
  }

}

