@font-face {
    font-family: "Poppins-Bold";
    src: url("./Poppins-Bold.woff") format("opentype");
    font-display: auto;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("./Poppins-SemiBold.woff") format("opentype");
    font-display: auto;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("./Poppins-Medium.woff") format("opentype");
    font-display: auto;
    font-weight: 500;
    font-style: normal;
}

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

@font-face {
    font-family: "Material Symbols Rounded";
    src: url("./material-symbols-rounded.woff") format("opentype");
    font-display: auto;
    font-style: normal;
}