@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap');

:root { --ca-font-family: 'DM Sans', Arial, sans-serif; }
html, body, input, select, textarea, button, option, label, table, th, td,
.app, .page, .panel, .card, .modal, .drawer, .sidebar, .topbar,
.guia-app, .guia-page, .guia-card, .company-card, .category-card {
  font-family: var(--ca-font-family) !important;
}
body *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class^="fa-"]):not([class*=" fa-"]):not(code):not(pre):not(kbd):not(samp) {
  font-family: var(--ca-font-family);
}
input::placeholder, textarea::placeholder { font-family: var(--ca-font-family) !important; }
