/* 
 * This is a placeholder for the Instrument Sans font
 * In a real deployment, this would contain the actual font files and CSS rules
 * For now, we're using the system font as fallback
 */

/* Fallback to system font */
body {
    font-family: 'Instrument Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* If you want to use Google Fonts in production, you would download the font files and include them here */
/* The actual font files would be placed in wwwroot/lib/fonts/ */