@font-face {
    font-family: 'Poppins';
    font-weight: 100 400;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Poppins-Medium.ttf") format("woff2");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Poppins-SemiBold.ttf") format("woff2");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Poppins-Bold.ttf") format("woff2");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 100 400;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("Poppins-Italic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("Poppins-MediumItalic.ttf") format("woff2");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("Poppins-SemiBoldItalic.ttf") format("woff2");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("Poppins-BoldItalic.ttf") format("woff2");
}
