@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap');

html, body {
    font-family: Onest, Arial, sans-serif !important;
}

/* html {
    zoom: 0.8;
} */

/* Make not selectable and undraggable for img tags*/
img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    user-drag: none; 
    -webkit-user-drag: none;
}


/* Prevent from scrolling when body locked */
body._locked {
    overflow: hidden;
}