/**
    Poppins
 */
@font-face {
    font-family: "Poppins Bold";
    src: url("./fonts/poppins/Poppins-Bold.ttf");
    font-display: swap;
}

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

@font-face {
    font-family: "Poppins Medium";
    src: url("./fonts/poppins/Poppins-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins Semi-bold";
    src: url("./fonts/poppins/Poppins-SemiBold.ttf");
    font-display: swap;
}
