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