.brand {
  font-family: "Playfair Display";
}

.header {
  font-family: "Questrial";
}

.headerfont {
  font-family: "Questrial";
}

.logobrand{
    color: #51e2f5;
    font-family: "Playfair Display";
}

.logobrand-light{
    color: #fff;
    font-family: "Playfair Display";
}

.bodytext {
  font-family: "Montserrat";
}

.bodyfont {
  font-family: "Montserrat";
}

.font-roboto {
  font-family: "Roboto";
}

.gradientheader {
        background: linear-gradient(60deg, #328cc1, #0b3c5d);
}


body {
    font-family: "Noto Sans";
    font-weight: 400;
    background-color: #fffff7;
    color: #000;
}

.font-playfair {
  font-family: "Playfair Display";
}

.font-light {
  font-family: "Playfair Display";
}