@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/fonts/poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
}
