@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

:root {
  --bg: #f8fafc;
  --paper: #f8fafc;
  --surface: #ffffff;
  --text: #111827;
  --ink: #111827;
  --muted: #6b7280;
  --ink-soft: #6b7280;
  --line: #e5e7eb;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
