/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
/* ═══════════════════════════════════════════════════════════════
 DOLIBARR GLOBAL - Tipografía Roboto Condensed
 Pegar en: Configuración → Estilo CSS
 ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap');

body, 
body.mainbody,
div#id-container,
.mainmenu, .tmenu, .tmenusel,
table, td, th, p, label, select, textarea, input,
.titre, .fichecenter, .tabBar, .liste_titre,
div.fiche, div.fichecenter, div.fichehalfleft, div.fichehalfright,
.opacitymedium, .opacitylow,
tr.liste_titre td, tr.liste_titre th,
tr.oddeven td, tr.pair td, tr.impair td,
div.tabs a.tab, .tabBar a, a.tab,
div.tmenu, .mainmenu,
.badge {
 font-family: 'Roboto Condensed', 'Arial Narrow', Helvetica, sans-serif !important;
 font-size: 15px !important;
}

/* Excluir iconos - NO tocar su font-family */
.fa, .fas, .far, .fab, .fal, .fad, .fass,
[class^="fa-"], [class*=" fa-"],
.material-icons,
[class^="icon-"], [class*=" icon-"] {
 font-family: inherit !important;
 font-size: inherit !important;
}
.fa, .fas, .far, .fab, .fal, .fad, .fass {
 font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Brands", "FontAwesome" !important;
}
.fab {
 font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
}