@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    src: url("../font/Poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: 'Open sans regular';
    font-style: normal;
    font-weight: normal;
    src: url("../font/Open_sans/OpenSans-Regular.ttf");
}

.font-regular {
    font-family: "Open sans regular", serif;
}