@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
   font-family: 'Nunito', sans-serif !important;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
}

/**
 * Fix For IOS on click menu
 */


.html_av-overlay-side .av-burger-overlay-bg {
   opacity: 0;
   background-color: #fff;
}
html {
   -webkit-tap-highlight-color: transparent;
}