@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("/Fonts/Poppins-Thin.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("/Fonts/Poppins-ExtraLight.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/Fonts/Poppins-Light.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/Fonts/Poppins-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/Fonts/Poppins-Medium.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/Fonts/Poppins-SemiBold.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/Fonts/Poppins-Bold.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("/Fonts/Poppins-ExtraBold.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/Fonts/Poppins-Black.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url("/Fonts/Poppins-ThinItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url("/Fonts/Poppins-ExtraLightItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("/Fonts/Poppins-LightItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/Fonts/Poppins-RegularItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("/Fonts/Poppins-MediumItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("/Fonts/Poppins-SemiBoldItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("/Fonts/Poppins-BoldItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url("/Fonts/Poppins-ExtraBoldItalic.ttf") format("opentype");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("/Fonts/Poppins-BlackItalic.ttf") format("opentype");
}
