/* Colors */
:root{
    --primary_color: #141515;
    --primary_hover_color: rgb(176 30 36 / 10%);
    --secondary_color: #B01F24;
    --secondary_hover_color: #1E282C;
    --background_color: #ffffff;
    --background_color2: #ecf0f4;
}
/* End Colors */
body{
    -webkit-print-color-adjust: exact !important;
}
body, html {
    height: 100%;
}

.main{position: relative;
     /* overflow: hidden; */
}

.custom_menu{
    color: var(--primary_color);
    font-family: Inter, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.custom_menu:active{
    color: var(--secondary_color);
    font-family: Inter, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.header_menu_a{
    font-family: Inter, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.font_sansation{
    font-family: Sansation, serif;
    font-weight: 700;
}

.font_inter{
    font-family: Inter, serif;
    font-weight: 400;

}

.font_oswald{
    font-family: Oswald, serif;
    font-weight: 400;
    text-transform: uppercase;

}
