.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: "Noto Sans";
}

.font-roboto {
  font-family: "Roboto";
}

.gradientheader {
        background: linear-gradient(60deg, #0b3c5d, #328cc1);
}

.font-light {
  font-family: "Raleway";
}

body {
    font-family: "Noto Sans";
    font-weight: 400;
    background-color: #fffff7;
    color: #000;
}

.font-lora {
  font-family: "Lora";
}

   .logo-container-main {
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important ;
    }

    .navbar-brand {
    font-family: "Libre Baskerville";
    font-weight: 500;
    color: #fff !important;
}


/* dashboard logo Gruppo */

.logo-brand {
    margin-right: 1em;
    font-size: 1em;
    color: #fff;
    font-family: "Libre Baskerville";
  font-weight: 500;
    line-height: 48px !important;
    width: 18em !important;
}