/* Manage Inventory — Web fonts
 * Fonts are loaded from Google Fonts (chosen intentionally for this system, not substitutes):
 *   Space Grotesk  — display / headlines / numerals (techy, tabular)
 *   Hanken Grotesk — body / UI text (clean, neutral, friendly)
 * Consumers get these @font-face rules via the Google CSS imported below. If you need fully
 * offline/self-hosted fonts, download the families and replace this import with local @font-face. */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');
