/* CareerIBK base styles. Dark mode is handled by Bootstrap's
   data-bs-theme attribute, toggled in app.js and persisted to localStorage. */

:root {
  --brand: #0d6efd;
}

body {
  font-feature-settings: "kern", "liga";
}

.navbar-brand {
  letter-spacing: -0.02em;
}

/* Smooth theme transitions on background/border colors. */
body,
.navbar,
.footer,
.card {
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
