/* Light (300) */
@font-face {
    font-family: 'Poppins';
    font-weight: 300; /* Light */
    font-style: normal;
    src: url('../webfonts/Poppins/Poppins-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 300; /* Light */
    font-style: italic;
    src: url('../webfonts/Poppins/Poppins-LightItalic.woff2') format('woff2');
}

/* Regular (400) */
@font-face {
    font-family: 'Poppins';
    font-weight: 400; /* Regular */
    font-style: normal;
    src: url('../webfonts/Poppins/Poppins-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400; /* Regular */
    font-style: italic;
    src: url('../webfonts/Poppins/Poppins-Italic.woff2') format('woff2');
}

/* Medium (500) */
@font-face {
    font-family: 'Poppins';
    font-weight: 500; /* Medium */
    font-style: normal;
    src: url('../webfonts/Poppins/Poppins-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500; /* Medium */
    font-style: italic;
    src: url('../webfonts/Poppins/Poppins-MediumItalic.woff2') format('woff2');
}

/* Semi Bold (600) */
@font-face {
    font-family: 'Poppins';
    font-weight: 600; /* Semi Bold */
    font-style: normal;
    src: url('../webfonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600; /* Semi Bold */
    font-style: italic;
    src: url('../webfonts/Poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
    font-family: 'Poppins';
    font-weight: 700; /* Bold */
    font-style: normal;
    src: url('../webfonts/Poppins/Poppins-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700; /* Bold */
    font-style: italic;
    src: url('../webfonts/Poppins/Poppins-BoldItalic.woff2') format('woff2');
}

/* Extra Bold (800) */
@font-face {
    font-family: 'Poppins';
    font-weight: 800; /* Extra Bold */
    font-style: normal;
    src: url('../webfonts/Poppins/Poppins-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800; /* Extra Bold */
    font-style: italic;
    src: url('../webfonts/Poppins/Poppins-ExtraBoldItalic.woff2') format('woff2');
}

/* Black (900) */
@font-face {
    font-family: 'Poppins';
    font-weight: 900; /* Black */
    font-style: normal;
    src: url('../webfonts/Poppins/Poppins-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 900; /* Black */
    font-style: italic;
    src: url('../webfonts/Poppins/Poppins-BlackItalic.woff2') format('woff2');
}
