html{
    font-size: $root_font_size;
    font-family: $root_font;
    font-weight: $font_normal;
    body{
        color: $color_black;
        font-family: $root_font;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        &::-webkit-scrollbar{
            width: 0;
            height: 0;
        }
    }
   
}
