/* 
 * Font Stylesheet for 1202 Labs
 * Note: Michroma is now loaded via Google Fonts CDN in index.html for better performance
 * This file is kept for backwards compatibility and future font additions
 */

/* Michroma Font - Loaded from Google Fonts CDN (see index.html) */
/* If you need to use local fonts, uncomment below: */

/*
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/michroma-400.ttf') format('truetype');
}
*/
