:root{--white:#fff;--black:#000;--red:red;--grey:#f9f7fa}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body,html{overflow-x:hidden}body{margin:0}img{max-width:100%;width:100%}a{color:var(--default-text-color);text-decoration:none;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}a:hover{color:var(--link-hover-color)}svg,svg *{transition:all .5s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}