@font-face {
    font-family: 'Poppins Regular';
    src: url(poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins Bold';
    src: url(poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Poppins ExtraBold';
    src: url(poppins/Poppins-ExtraBold.ttf);
}


@font-face {
    font-family: 'Poppins Medium';
    src: url(poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins Light';
    src: url(poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Poppins Thin';
    src: url(poppins/Poppins-Thin.ttf);
}
