/* 
    Font pour Eurofulfill
    font-family: "Montserrat" | "Roboto Condensed" | "Exo 2" , sans-serif;
*/

* {
    font-family: "Montserrat", sans-serif !important;
}

html {
    height: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Exo 2", sans-serif !important;
}

body {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden !important;
}

main {
    flex: 1 0 auto;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color) !important;
    border-radius: var(--border-radius) !important;
}

::-webkit-scrollbar-track {
    background: var(--lowest-grey-contrast) !important;
}
