@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: "Metropolis";
}

.title {
    font-family: "Poppins" !important;
}
.subtitle {
    font-family: "Poppins" !important;
}
