@font-face {
    font-family: 'PoppinsRegular';
    src: url('fonts/Poppins-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('fonts/Poppins-Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'LoraRegular';
    src: url('fonts/Lora-Regular.ttf') format('opentype');
}


