html{
height:100%;
scrollbar-color: color(500) #e2e5e6;
scrollbar-width: thin;
}
body{
font-family: 'Montserrat', sans-serif;
font-weight: 400; color:color(600); font-size:16px;
@include media-breakpoint-down(md) {font-size:15px;}
}
a, .btn{
text-decoration: none; @include transition (all 0.4s);
&:hover{text-decoration: none;}
}
:focus{outline: 0 !important;}
::-webkit-scrollbar {
width: 6px;height: 6px;
@include media-breakpoint-down(lg) {
width: 4px;height: 4px;
}
}
::-webkit-scrollbar-track {
-webkit-box-shadow: none; background-color: #e2e5e6;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: none; background-color: color(500);
}