/* 
 * Local font configuration - NO EXTERNAL DEPENDENCIES
 * Uses system fonts only - eliminates all third-party risks
 */

/* System font stack for optimal cross-platform compatibility */
* {
  font-family: 'Montserrat', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Cantarell', 'Helvetica Neue', Arial, sans-serif !important;
}

/* Font weight utilities */
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; } 