@import url('/Assets/css/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');

html{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

body{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.list-style-none{
    list-style-type: none !important;
}

p{
    font-family: 'Menbere', sans-serif !important;
    color: black !important;
}

#home-text{
    font-family: 'Zain', sans-serif !important;
    color: black !important;
    font-size: 1.9rem !important;
    font-weight: 400 !important;
    text-align: center !important;
}