@font-face {
    font-family: poppins;
    src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("../../fonts/Poppins-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("../../fonts/Poppins-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("../../fonts/Poppins-Light.ttf") format("truetype");
    font-weight: lighter;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("../../fonts/Poppins-LightItalic.ttf") format("truetype");
    font-weight: lighter;
    font-style: italic;
    font-display: swap;
}

