@charset "utf-8";

/* ==========================================================================
   NUEVO ARCHIVO: tipografia.css (CON MÁXIMA PRIORIDAD)
   ========================================================================== */

/* ESCRITORIO */
body h1, .h1 { font-size: 3.00rem !important; font-weight: 800 !important; }
body h2, .h2 { font-size: 2.25rem !important; font-weight: 700 !important; }
body h3, .h3 { font-size: 1.75rem !important; font-weight: 600 !important; }
body h4, .h4 { font-size: 1.40rem !important; font-weight: 600 !important; }
body h5, .h5 { font-size: 1.15rem !important; font-weight: 500 !important; }
body p       { font-size: 1.00rem !important; line-height: 1.6 !important; }
body span    { font-size: 0.90rem !important; }

/* TABLETS (Menor a 992px) */
@media (max-width: 992px) {
    body h1, .h1 { font-size: 2.50rem !important; }
    body h2, .h2 { font-size: 1.95rem !important; }
    body h3, .h3 { font-size: 1.50rem !important; }
    body h4, .h4 { font-size: 1.25rem !important; }
    body h5, .h5 { font-size: 1.10rem !important; }
    body p       { font-size: 0.95rem !important; }
    body span    { font-size: 0.85rem !important; }
}

/* CELULARES (Menor a 576px) */
@media (max-width: 576px) {
    body h1, .h1 { font-size: 0.50rem !important; }
    body h2, .h2 { font-size: 1.65rem !important; }
    body h3, .h3 { font-size: 1.35rem !important; }
    body h4, .h4 { font-size: 1.15rem !important; }
    body h5, .h5 { font-size: 1.05rem !important; }
    body p       { font-size: 0.90rem !important; }
    body span    { font-size: 0.80rem !important; }
}
