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

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

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