/* Google Fonts Poppins */
/* Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins) */
/* This Font Software is licensed under the SIL Open Font License, Version 1.1. */
/*  */
/* Classes
100
poppins-thin
poppins-thin-italic

200
poppins-extralight
poppins-extralight-italic

300
poppins-light
poppins-light-italic

400
poppins
poppins-italic

500
poppins-medium
poppins-medium-italic

600
poppins-semibold
poppins-semibold-italic

700
poppins-bold
poppins-bold-italic

800
poppins-extrabold
poppins-extrabold-italic

900
poppins-black
poppins-black-italic 
*/


@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.poppins-thin {
    font-family: 'Poppins';
    font-weight: 100;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

.poppins-thin-italic {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

.poppins-extralight {
    font-family: 'Poppins';
    font-weight: 200;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

.poppins-extralight-italic {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.poppins-light {
    font-family: 'Poppins';
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

.poppins-light-italic {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.poppins {
    font-family: 'Poppins';
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

.poppins-italic {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.poppins-medium {
    font-family: 'Poppins';
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

.poppins-medium-italic {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.poppins-semibold {
    font-family: 'Poppins';
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

.poppins-semibold-italic {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.poppins-bold {
    font-family: 'Poppins';
    font-weight: 700;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

.poppins-bold-italic {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.poppins-extrabold {
    font-family: 'Poppins';
    font-weight: 800;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

.poppins-extrabold-italic {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.poppins-black {
    font-family: 'Poppins';
    font-weight: 900;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

.poppins-black-italic {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: italic;
}