/* 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;
}

body,
p, span, div, a, li, td, th, label,
h1, h2, h3, h4, h5, h6,
input, textarea, button, select {
    font-family: 'Figtree', sans-serif !important;
}

.lexicon-icon,
.lexicon-icon *,
.fa, .fas, .far, .fab,
[class*="fa-"],
svg {
    font-family: inherit !important;
}

code, pre, kbd, samp {
    font-family: monospace !important;
}