/* Tipografia única do front-end Bralyx. */
:root {
    --font-titulos: 'Inter', sans-serif;
    --font-textos: 'Inter', sans-serif;
}

html,
body,
body main,
body section,
body article,
body header,
body footer,
body nav,
body aside,
body div,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body span,
body li,
body label,
body button,
body input,
body select,
body textarea,
body table,
body th,
body td,
body details,
body summary {
    font-family: var(--font-textos) !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--font-titulos) !important;
}

/* Exceções funcionais: código e bibliotecas de ícones mantêm suas fontes. */
body pre,
body code,
body kbd,
body samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}
