@media only screen and (max-width: 768px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
}


 @font-face {
    font-family: 'AB Sans';
    src: url('../fonts/absans-regular.otf') format('opentype');
}

.font-logo {
      font-family: 'AB Sans', sans-serif;
    
}

@media only screen and (max-width: 768px){
    html,
    body{
    width:100%;
    overflow-x:hidden;
    }
}