/* =========================================
   TIPOGRAFÍA BASE
========================================= */

/* Swiss 721 (si tienes archivos) */
/*
@font-face {
  font-family: 'Swiss721';
  src: url('../fonts/swiss721.woff2') format('woff2'),
       url('../fonts/swiss721.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/

body {
  font-family: 'Swiss721', 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
}

/* Aplicar a todo el contenido */
p, span, div, li {
  font-family: inherit !important;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit !important;
}

/* Clases del theme */
.alt-font,
.main-font {
  font-family: inherit !important;
}

/* =========================================
   TÍTULOS
========================================= */

h1 {
  font-size: 60px;
  letter-spacing: 1.5px;
}

h2 {
  font-size: 40px;
  letter-spacing: 1px;
}

h3 {
  margin-bottom: 20px;
}

/* =========================================
   TEXTO
========================================= */

p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* =========================================
   ESPACIADO
========================================= */

section {
  padding: 120px 0;
}