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

body {
    font-family: Poppins;
}
