h1 {
  font-family: "Sans-Serif-Alt-Bld-FLF", sans-serif;
  font-weight: 900;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Sans-Serif-Alt-Demibold-FLF", sans-serif;
  font-weight: 600;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0B0B0B;
}

button {
  font-family: "Poppins", sans-serif;
}

svg {
  overflow: visible;
}

@font-face {
  font-family: "Sans-Serif-Alt-Bld-FLF";
  font-weight: 900;
  font-style: bold;
  src: url("/assets/fonts/SansSerifBldFLF.woff") format("woff");
}

@font-face {
  font-family: "Sans-Serif-Alt-Demibold-FLF";
  font-weight: 600;
  font-style: demibold;
  src: url("/assets/fonts/SansSerifFLF-Demibold.woff") format("woff");
}

.heading-font {
  font-family: "Sans-Serif-Alt-Bld-FLF", sans-serif;
  font-weight: 900;
}
section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#navbar-spacer {
  padding-top: 118px;
}

/* Bootstrap lg breakpoint: 992px */
@media (min-width: 992px) {
  #navbar-spacer {
    padding-top: 174px;
  }
}
