/* =============== FALLBACK STYLES =============== */
/* Used when external resources fail to load */

/* Removed Font Awesome-specific fallbacks (site now uses SVG sprite) */

/* System Font Fallbacks */
.font-fallback {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    'Roboto',
    'Oxygen',
    'Ubuntu',
    'Cantarell',
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
}

/* Fallback for when Google Fonts fail */
.poppins-fallback {
  font-family:
    'Poppins',
    'Inter',
    'SF Pro Display',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    'Roboto',
    'Oxygen',
    'Ubuntu',
    'Cantarell',
    sans-serif;
}

/* Critical icon fallbacks no longer needed; using inline SVG */
