/* =====================================================
   TIPOGRAFÍA
   Si en futuro agregas @font-face o Google Fonts,
   van aquí. Por ahora el font-family principal
   ya está en reset.css dentro de body.
   ===================================================== */

/* Ejemplo de uso futuro:
@import url('https://fonts.googleapis.com/css2?family=...');
*/

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-top: 0;
}