/* 100 - Thin */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloevera-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* 200 - Extra Light */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloevera-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* 300 - Light */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloevera-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* 400 - Regular */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloeveracondensed-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 500 - Medium */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloevera-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 600 - SemiBold */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloeveracondensed-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* 700 - Bold */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloevera-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 800 - ExtraBold */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloevera-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* 900 - Black */
@font-face {
    font-family: 'Aloevera';
    src: url('../fonts/Aloevera-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}