/* poppins-100 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    src: url("/theme/fonts/poppins/Poppins-Thin.ttf") format("truetype");
}
/* poppins-100italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 100;
    src: url("/theme/fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
}
/* poppins-200 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    src: url("/theme/fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
}
/* poppins-200italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 200;
    src: url("/theme/fonts/poppins/Poppins-ExtraLightItalic.ttf")
        format("truetype");
}
/* poppins-300 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url("/theme/fonts/poppins/Poppins-Light.ttf") format("truetype");
}
/* poppins-300italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 300;
    src: url("/theme/fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
}
/* poppins-regular - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("/theme/fonts/poppins/Poppins-Regular.ttf") format("truetype");
}
/* poppins-italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    src: url("/theme/fonts/poppins/Poppins-Italic.ttf") format("truetype");
}
/* poppins-500 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("/theme/fonts/poppins/Poppins-Medium.ttf") format("truetype");
}
/* poppins-500italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 500;
    src: url("/theme/fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
}
/* poppins-600 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("/theme/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
}
/* poppins-600italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    src: url("/theme/fonts/poppins/Poppins-SemiBoldItalic.ttf")
        format("truetype");
}
/* poppins-700 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("/theme/fonts/poppins/Poppins-Bold.ttf") format("truetype");
}
/* poppins-700italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 700;
    src: url("/theme/fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
}
/* poppins-800 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: url("/theme/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
}
/* poppins-800italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 800;
    src: url("/theme/fonts/poppins/Poppins-ExtraBoldItalic.ttf")
        format("truetype");
}
/* poppins-900 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url("/theme/fonts/poppins/Poppins-Black.ttf") format("truetype");
}
/* poppins-900italic - latin */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 900;
    src: url("/theme/fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
}
