:root {
  --bs-font-sans-serif: 'Arial Black', Gadget, sans-serif;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

body, h1, h2, h3, h4, h5, h6,
p, a, li, .btn, .lead, .display-1, .display-2, .display-3, .display-4 {
  font-family: 'Arial', Gadget, sans-serif !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased; /* macOS: crisper lighter rendering */
  -moz-osx-font-smoothing: grayscale;  /* Firefox on macOS */
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
