/* ---------- Inter Font - Global Application ---------- */

/* Apply Inter font globally */
html,
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* All elements inherit Inter */
*,
*::before,
*::after {
  font-family: inherit;
}

/* Explicit font-family for form elements (browser defaults override inheritance) */
input,
button,
select,
textarea,
optgroup {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Typography elements */
p,
a,
li,
span,
div,
label,
th,
td {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h1, .h1 {
  font-weight: 700;
}

h2, .h2,
h3, .h3 {
  font-weight: 600;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 500;
}

/* Bootstrap 5 overrides */
.btn,
.form-control,
.form-select,
.dropdown-menu,
.nav-link,
.navbar-brand,
.card,
.modal,
.alert,
.badge,
.table {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
