@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-Thin.9ec263601ee3.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-ThinItalic.01555d25092b.ttf") format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-ExtraLight.6f8391bbdaea.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-ExtraLightItalic.a9bed017984a.ttf") format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-Light.fcc40ae9a542.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-LightItalic.0613c488cf79.ttf") format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-Regular.093ee89be9ed.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-Italic.c1034239929f.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-Medium.bf59c687bc6d.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-MediumItalic.cf5ba39d9ac2.ttf") format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-SemiBold.6f1520d10720.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-SemiBoldItalic.9841f3d90652.ttf") format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-Bold.08c20a487911.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-BoldItalic.19406f767add.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-ExtraBold.d45bdbc2d4a9.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-ExtraBoldItalic.8afe4dc13b83.ttf") format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-Black.14d00dab1f68.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-BlackItalic.e9c5c588e39d.ttf") format('truetype');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: Poppins, sans-serif;
}

.pop-thin {
    font-family: Poppins, sans-serif;
    font-weight: 100 !important;
}

.pop-extralight {
    font-family: Poppins, sans-serif;
    font-weight: 200 !important;
}

.pop-light {
    font-family: Poppins, sans-serif;
    font-weight: 300 !important;
}

.pop-regular {
    font-family: Poppins, sans-serif;
    font-weight: 400 !important;
}

.pop-medium {
    font-family: Poppins, sans-serif;
    font-weight: 500 !important;
}

.pop-semibold {
    font-family: Poppins, sans-serif;
    font-weight: 600 !important;
}

.pop-bold {
    font-family: Poppins, sans-serif;
    font-weight: 700 !important;
}

.pop-extrabold {
    font-family: Poppins, sans-serif;
    font-weight: 800 !important;
}

