@use'../variables' as*;

// List style
.fui-list-style{
    &-none{
        list-style: none;
    }
}

// Cursor
.fui-cursor-pointer{
    cursor: pointer;
}

// Scroll
.scroll-smooth{
    scroll-behavior: smooth;
}







