/*
 * Fonte do painel sem dependência externa.
 *
 * Não carregamos Google Fonts em produção. A pilha abaixo usa Inter quando
 * estiver instalada no sistema e cai para fontes nativas seguras quando não
 * estiver. Caso a equipa tenha ficheiros de fonte licenciados/localmente,
 * pode adicioná-los fora do repositório e declarar @font-face aqui.
 */
:root {
  --stockflow-font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--stockflow-font-family);
}
