@import url('https://fonts.cdnfonts.com/css/spartan');
*{
  font-family: 'Spartan', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
  font-weight:700 !important;
}
body, a, span, p, .rte {
  font-weight:400 !important;
}
button {
  font-weight:500 !important;
}