:root{
  --yellow: #fabb00;
  --dark-green: #488a49;
  --green: #4cad52;
  --graphite: #292728;
  --bold: 1000;
  h1, h2, h3, h4, h5{
    font-family: "Arvo" !important;
    color: unset;
  }
  div{
    font-family: "Roboto" !important;
  }
  button{
    font-weight: 1000;
  }
  font-family: "Roboto" !important;
}