body, p{
    font-family: 'Open Sans', sans-serif !important;
    line-height: 30px;
    font-size: 0.9rem;
}

h1, h2, h3, h4{
    font-family: 'Lato', sans-serif;
}

h1{
    color: #fff;
    font-size: 25px;
}
.bg-primary{
   background: #000000 !important;
}
.bg-red{
   background: #FB1013 !important;
}
.text-primary{
    color: #FB1013 !important;
}
.text-white{
    color: #ffffff !important;
}
.text-white:hover{
    color: #222222 !important;
}

