/* Unified Inter Font System für alle Seiten */
/* Diese Datei stellt sicher, dass überall die gleiche Inter-Schriftart verwendet wird */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Globale Inter-Schriftart für alle Elemente - Überschreibt alle anderen Schriftarten */
*, *::before, *::after {
  font-family: 'Inter', 'San Francisco', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

body {
  font-family: 'Inter', 'San Francisco', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
  letter-spacing: -0.01em;
}

/* Spezifische Font-Weight Definitionen für Konsistenz */
.font-light { font-weight: 300 !important; }
.font-normal { font-weight: 400 !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
.font-extrabold { font-weight: 800 !important; }

/* Überschreibe alle anderen Font-Definitionen */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', 'San Francisco', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em;
}

p, span, div, a, button, input, textarea, select, label {
  font-family: 'Inter', 'San Francisco', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Spezifische Überschreibungen für häufige Klassen */
.btn, .form-control, .form-label, .nav-link, .navbar-brand {
  font-family: 'Inter', 'San Francisco', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Apple-spezifische Klassen */
.apple-*, .glass-*, .seller-* {
  font-family: 'Inter', 'San Francisco', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Font Awesome Icons ausnehmen */
.fa, .fas, .far, .fab, .fal, .bi {
  font-family: inherit !important;
}
