/* FIGTREE - SIMPLIFICADO PERO COMPLETO */
@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;
}

/* Aplica a prácticamente todo */
*:not(.lexicon-icon):not(.fa):not(.fas):not(.far):not(.fab):not([class*="icon"]):not([class*="fa-"]) {
    font-family: 'Figtree', sans-serif !important;
}

/* Corrección para código/monospace */
code, pre, kbd, samp {
    font-family: 'Figtree', monospace !important;
}
button.form-button {
    text-wrap: nowrap;
}