h1, h2, h1 a, h2 a {
    font-family: 'Public Sans', sans-serif;
}

h1, h1 a {
    font-weight: 700;
}

h2, h2 a {
    font-weight: 700;
}

h3, h4, h5, h6, h3 a {
    font-family: 'Public Sans', sans-serif;
}

h3, h3 a {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

body, p, a, li {
    font-family: 'Public Sans', sans-serif;
}

.ff-book {
    font-family: "Public Sans", sans-serif !important
  }
  
  .ff-bold {
    font-family: "Public Sans", sans-serif !important;
    font-weight: bold
  }
  
  .ff-italic {
    font-family: "Public Sans", sans-serif !important;
    font-style: italic
  }
  