:root {
  --bs-body-font-family: "Manrope", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

html, body, main { font-family: var(--bs-body-font-family); }

h1, h2, h3, h4, h5, h6, display-1, display-2, display-3, display-4, display-5, display-6, span, em, ul, li {
  font-family: "Manrope", var(--bs-body-font-family);
  font-weight: 300 !important;   /* regular */
  letter-spacing: 0;
}

.nav, .navbar, .btn { font-family: "Manrope", var(--bs-body-font-family); font-weight: 300; }

body { line-height: 1.65; }
