
@font-face {
    font-family: 'Aloevera-Thin';
    src: url('../fonts/Aloevera-Thin.otf');
}
@font-face {
    font-family: 'Aloevera-Bold';
    src: url('../fonts/Aloevera-Bold.otf');
}

@font-face {
    font-family: 'Aloevera-Extra-Bold';
    src: url('../fonts/Aloevera-ExtraBold.otf');
}
@font-face {
    font-family: 'Aloevera-Medium';
    src: url('../fonts/Aloevera-Medium.otf');
}
@font-face {
    font-family: 'Aloevera-Light';
    src: url('../fonts/Aloevera-ExtraLight.otf');
}


body, *{
    font-family:"Aloevera-Thin";
}
button{
    font-family:"Aloevera-Thin";
}
.HomeDetails{
     font-family:"Aloevera-Thin";
}
button, a{
    cursor:pointer;
}
span, h1{
    font-family:"Aloevera-Thin"; 
}

.alweveraBold{
    font-family:"Aloevera-medium" !important; 
}
.medium-text{
 font-family: 'Aloevera-Medium';
}
.bold-text{
    font-family: 'Aloevera-Bold';
}
.light-text{
    font-family: 'Aloevera-Light';
}   
.HomeTableHead span{
    font-family: 'Aloevera-Medium';
}
.small-text{
    font-size: 12px;
    font-family: 'Aloevera-Light';
}