/* inter */

@font-face {
    font-family: 'Inter';
    font-weight: 200;
    src: url(./inter/Inter-Thin.ttf) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: url(./inter/Inter-Light.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url(./inter/Inter-Regular.ttf) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url(./inter/Inter-Medium.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: url(./inter/Inter-SemiBold.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url(./inter/Inter-Bold.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-weight: 900;
    src: url(./inter/Inter-Black.ttf) format('woff2');
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    src: url(./Montserrat/static/Montserrat-ExtraBold.ttf) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    /* src: url(./poppins/Poppins-ExtraLight.ttf) format('woff2'); */
    src: url(./poppins/Poppins-Light.ttf) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url(./poppins/Poppins-Regular.ttf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'alihp';
    font-weight: 300;
    /* src: url(./poppins/Poppins-ExtraLight.ttf) format('woff2'); */
    src: url(./alhp/AlibabaPuHuiTi-2-55-Regular.ttf) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'alihp';
    font-weight: 600;
    src: url(./alhp/AlibabaPuHuiTi-2-65-Medium.ttf) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'alihp';
    font-weight: 800;
    src: url(./alhp/AlibabaPuHuiTi-2-95-ExtraBold.ttf) format('woff2');
    font-display: swap;
}