/**
 * Fonte padrão do Socialys Vendas — Inter.
 * Única fonte de UI do sistema. Ícones (Font Awesome / Remix) ficam de fora.
 * Novas telas/CSS devem usar: font-family: var(--font);
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-mono: "Consolas", "Courier New", ui-monospace, monospace;
}

html {
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font);
}
