/**
 * ============================================================================
 * FUENTES ADICIONALES PARA ACCESIBILIDAD
 * ============================================================================
 * 
 * Este archivo contiene definiciones de fuentes adicionales que pueden
 * ser cargadas dinámicamente cuando se activan opciones de accesibilidad.
 * 
 * Autor: Sistema de Invitaciones Públicas - SCRD
 * Fecha: 2025
 * ============================================================================
 */

/* ============================================================================
   LEXEND - APTO PARA DISLEXIA
   ============================================================================ */

/* Cargar Lexend desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Aplicar Lexend cuando se active la opción "Apto para dislexia" */
html[data-a11y-dyslexia="true"] body,
html[data-a11y-dyslexia="true"] *:not(i):not(.fa):not(.fas):not(.flaticon):not(.flaticon2):not(.icon):not(.svg-icon):not(.navi-icon):not(.menu-icon):not(#a11y-panel):not(.a11y-panel):not(.fr-box):not(.fr-toolbar):not(.fr-wrapper):not(.fr-element):not(.fr-view):not(#froala-editor) {
    font-family: 'Lexend', Poppins, Helvetica, "sans-serif" !important;
    font-weight: 600 !important;
}

/* Mantener pesos específicos para elementos que ya tienen font-weight definido */
html[data-a11y-dyslexia="true"] h1,
html[data-a11y-dyslexia="true"] h2,
html[data-a11y-dyslexia="true"] h3,
html[data-a11y-dyslexia="true"] h4,
html[data-a11y-dyslexia="true"] h5,
html[data-a11y-dyslexia="true"] h6,
html[data-a11y-dyslexia="true"] strong,
html[data-a11y-dyslexia="true"] b,
html[data-a11y-dyslexia="true"] .font-weight-bold,
html[data-a11y-dyslexia="true"] .font-weight-bolder {
    font-weight: 700 !important;
}
