html, body {
    position: relative;
    height: 100%;
    font-weight: 400;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

        font-optical-sizing: auto;

    /*Remove scrollbars*/

    overflow-x: none;
    scrollbar-width: none;
    -ms-overflow-style: none; /* IE/Edge */
    
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: manipulation;
    user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  
}

/* apple zoom fixes */
