@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.eot');
    src: url('../font/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Medium.woff2') format('woff2'),
        url('../font/Poppins-Medium.woff') format('woff'),
        url('../font/Poppins-Medium.ttf') format('truetype'),
        url('../font/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga-Light';
    src: url('../font/Lufga-Light.eot');
    src: url('../font/Lufga-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Lufga-Light.woff2') format('woff2'),
        url('../font/Lufga-Light.woff') format('woff'),
        url('../font/Lufga-Light.ttf') format('truetype'),
        url('../font/Lufga-Light.svg#Lufga-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga-Regular';
    src: url('../font/Lufga-Regular.eot');
    src: url('../font/Lufga-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Lufga-Regular.woff2') format('woff2'),
        url('../font/Lufga-Regular.woff') format('woff'),
        url('../font/Lufga-Regular.ttf') format('truetype'),
        url('../font/Lufga-Regular.svg#Lufga-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga-Medium';
    src: url('../font/Lufga-Medium.eot');
    src: url('../font/Lufga-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Lufga-Medium.woff2') format('woff2'),
        url('../font/Lufga-Medium.woff') format('woff'),
        url('../font/Lufga-Medium.ttf') format('truetype'),
        url('../font/Lufga-Medium.svg#Lufga-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.Poppins-Medium{
     font-family: 'Poppins-Medium' !important;
}
.Lufga-Light{
    font-family: 'Lufga-Light' !important;
}
.Lufga-Regular{
   font-family: 'Lufga-Regular' !important;   
}
.Lufga-Medium{
     font-family: 'Lufga-Medium' !important;
}

