@font-face {
    font-family: 'Aloevera-Light';
    src: url("../font/Aloevera-Light.otf");
}
@font-face {
    font-family: 'Aloevera-ExtraLight';
    src: url("../font/Aloevera-ExtraLight.otf");
}
@font-face {
    font-family: 'Aloevera-Medium';
    src: url("../font/Aloevera-Medium.otf");
}
@font-face {
    font-family: 'Aloevera-Thin';
    src: url("../font/Aloevera-Thin.otf");
}
*{
    font-family: "Aloevera-ExtraLight";
}
h1,h2{
    font-family: "Aloevera-Thin";
}