/* Force all text to use Manrope font */
*,
body,
html {
  font-family: 'Manrope', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Optional: tighten Bootstrap elements */
h1, h2, h3, h4, h5, h6, .btn, .nav-link, .card-title {
  font-family: 'Manrope', sans-serif !important;
}
