@import url(../../../css2);

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-ExtraBoldItalic.ttf);
    font-display: swap;
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-BoldItalic.ttf);
    font-display: swap;
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-SemiBoldItalic.ttf);
    font-display: swap;
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-MediumItalic.ttf);
    font-display: swap;
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}