﻿@font-face {
    font-family: 'Quicksand';
    src: url('../../fonts/quicksand/quicksand-variablefont_wght.ttf') format('truetype');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}
body {
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 6px;
}
@media (min-width: 1200px) {
    .container.container_full {
        width: 1288px !important;
    }
}
#menu-home a.logo {
    position: absolute;
    z-index: 10;
    width: 90px;
    float: left;
}