@font-face {
    font-family: "Avenir";
    src: url("/front/font/AvenirRegular.woff2") format("woff2"),
        url("/front/font/AvenirRegular.woff") format("woff"),
        url("/front/font/AvenirRegular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Avenir", Arial, sans-serif;
    background-color: #111010 !important;
    color: #ffffff;
    overflow-x: hidden !important;
}


p {
    font-family: "Avenir", Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    font-weight: lighter;
}