/* Untitled UI — design system global stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap');
@import './components/fig-tokens-app.css';
@import './components/fig-tokens.css';
@import './components/fig-typography.css';
@import './components/fig-assets.css';

:root {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--colors-text-text-primary-900);
  background: var(--colors-background-bg-primary);
}

*, *::before, *::after { box-sizing: border-box; }
