/* FIGTREE - ENLAZADO CORRECTO */
@font-face {
    font-family: 'Figtree';
    src: url('/documents/d/global/Figtree-VariableFont_wght') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('/documents/d/global/Figtree-Italic-VariableFont_wght') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

/* Aplicar Figtree a todo, EXCEPTO a elementos de iconos o código */
body,
p, a, li, td, th, label,
h1, h2, h3, h4, h5, h6,
input, textarea, button, select {
    font-family: 'Figtree', sans-serif !important;
}

/* Asegurar que las etiquetas de código mantengan su estilo monoespaciado */
code, pre, kbd, samp {
    font-family: monospace !important;
}