html {
    box-sizing: border-box;
    text-decoration-skip-ink: auto;
}

body, html{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;

}


*, *:before, *:after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: never;
    -moz-font-smooth: never;
    widows: 1;
    orphans: 1;
    
}

em { font-style: italic; }

button {
    border: none;    
    outline: none;
}

a { 
    text-decoration: none;
    color: currentColor;
}



*:focus{
    outline: none;
}

sup{ line-height: 0; }