@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Thin.otf);
    font-weight: 100;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-ThinItalic.otf);
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-ExtraLight.otf);
    font-weight: 200;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-ExtraLightItalic.otf);
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/SVN-Poppins-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-LightItalic.otf);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/DesignerVN-Poppins-Regular.ttf);
    font-weight: 400;
}
/* @font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-RegularItalic.otf);
    font-weight: 400;
    font-style: italic;
} */
@font-face {
    font-family: Poppins;
    src: url(fonts/SVN-Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-MediumItalic.otf);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/SVN-Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-SemiBoldItalic.otf);
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/SVN-Poppins-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-BoldItalic.otf);
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/DesignerVN-Poppins-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-ExtraBoldItalic.otf);
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/SVN-Poppins-Black.ttf);
    font-weight: 900;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-BlackItalic.otf);
    font-weight: 900;
    font-style: italic;
}