/* Poppins */
@font-face {
    font-family: "Poppins";
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url("./fonts/Poppins-Regular.ttf?v=4.4.95") format("truetype");
}
@font-face {
    font-family: "Poppins-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url("./fonts/Poppins-Medium.ttf?v=4.4.95") format("truetype");
}
@font-face {
    font-family: "Poppins-SemiBold";
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url("./fonts/Poppins-SemiBold.ttf?v=4.4.95") format("truetype");
}
@font-face {
    font-family: "Poppins-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url("./fonts/Poppins-Bold.ttf?v=4.4.95") format("truetype");
}
@font-face {
    font-family: "Poppins-Black";
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url("./fonts/Poppins-Black.ttf?v=4.4.95") format("truetype");
}