@font-face {
    font-family: 'Poppins Regular';
    font-weight: 400 500;
    src: url(/shared/assets/fonts/Poppins-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins Regular';
    font-weight: bold;
    src: url(/shared/assets/fonts/Poppins-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url(/shared/assets/fonts/Poppins-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins Light';
    src: url(/shared/assets/fonts/Poppins-Light.ttf) format('truetype');
}
