/* Inter Font */
/* This is a placeholder for the Inter font */
/* The full content would include the font files and CSS from Google Fonts */
/* For brevity, this is a placeholder. In a real implementation, you would download the font files */

/*
 * In a real implementation, you would:
 * 1. Download the Inter font files from Google Fonts
 * 2. Place them in the fonts directory
 * 3. Update the paths in this file to point to those files
 */

/* Fallback to system fonts */
body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
