/* ============================================================
    ESTILOS COMUNES PARA PÁGINAS DE TEXTO
    (Acerca de, Curriculum, Contacto)
    ============================================================ */

.page-titulo {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    padding: 1.2rem 0 0.5rem;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 2rem;
}
