/*
 * Core fonts loaded by all FlowOne apps.
 * Generated by: node scripts/download-fonts.js
 *
 * This file imports only the fonts needed by the app shell:
 * - Material Symbols Rounded (icons)
 * - Inter (main app font for FlowOne Pro)
 * - Outfit (main app font for panel/fleet/electron)
 * - JetBrains Mono (code/monospace)
 *
 * Individual font CSS files are in their respective subdirectories.
 * Each was downloaded from Google Fonts and rewritten to point to local woff2 files.
 */

@import url('/fonts/material-symbols-rounded/font.css');
@import url('/fonts/inter/font.css');
@import url('/fonts/outfit/font.css');
@import url('/fonts/jetbrains-mono/font.css');
