@font-face {
    font-family: 'poppins-bold';
    src: url('../../fonts/poppins/poppins-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-semibold';
    src: url('../../fonts/poppins/poppins-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-regular';
    src: url('../../fonts/poppins/poppins-regular.ttf') format('truetype');
}
body {
    font-family: 'poppins-regular' !important;
}