/* AI Weed Library — typeface
   Source Figma file uses "Inter" exclusively (Regular 400, Medium 500).
   No font files were embedded in the .fig, so this self-hosts Inter from
   Google Fonts. If exact licensed font files exist, swap this @import for
   local @font-face src: url(...) rules pointing at those files. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
