/***********************************
*   Corporate typography           *
************************************/

@font-face {
    font-family: Manrope Ligth;
    src: url("fonts/manrope-light-l7dGWKq.otf") format("opentype");
}


body {
    font-family: Manrope Ligth, serif;
}

/***********************************
*   Color of the graphic charter   *
************************************/

.bressola-bg-orange{
    background-color: #F28B2D;
}

.bressola-bg-yellow{
    background-color: #FFD044;
}

.bressola-bg-orange{
    background-color: #F28B2D;
}

.bressola-bg-orange{
    background-color: #F28B2D;
}

.bressola-logo-home{
    max-width: 30%;
    border: 3px solid black;
}

.bressola-img-home{
    border: 3px solid black;
    width: 40%;
    margin-top: 3%;
}


@media (max-width: 810px) {
    .bressola-logo-home{
        margin-top: 3%;
        max-width: 100%;
    }
    .bressola-img-home{
        width: 100%;
    }
}

