@charset "utf-8";

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Thin'),url(../fonts/Poppins-Light.ttf) format('ttf');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins ThinItalic'),url(../fonts/Poppins-LightItalic.ttf) format('ttf');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins ExtraLight'),url(../fonts/Poppins-ExtraLight.ttf) format('ttf');
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins ExtraLightItalic'),url(../fonts/Poppins-ExtraLightItalic.ttf) format('ttf');
    font-style: italic;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Light'),url(../fonts/Poppins-Light.ttf) format('ttf');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins LightItalic'),url(../fonts/Poppins-LightItalic.ttf) format('ttf');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Regular'),url(../fonts/Poppins-Regular.ttf) format('ttf');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins RegularItalic'),url(../fonts/Poppins-Italic.ttf) format('ttf');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'),url(../fonts/Poppins-Medium.ttf) format('ttf');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins MediumItalic'),url(../fonts/Poppins-MediumItalic.ttf) format('ttf');
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'),url(../fonts/Poppins-SemiBold.ttf) format('ttf');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBoldItalic'),url(../fonts/Poppins-SemiBoldItalic.ttf) format('ttf');
    font-style: italic;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Bold'),url(../fonts/Poppins-Bold.ttf) format('ttf');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins BoldItalic'),url(../fonts/Poppins-BoldItalic.ttf) format('ttf');
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins ExtraBold'),url(../fonts/Poppins-ExtraBold.ttf) format('ttf');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins ExtraBoldItalic'),url(../fonts/Poppins-ExtraBoldItalic.ttf) format('ttf');
    font-style: italic;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Black'),url(../fonts/Poppins-Black.ttf) format('ttf');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins BlackItalic'),url(../fonts/Poppins-BlackItalic.ttf) format('ttf');
    font-style: italic;
    font-weight: 900;
    font-display: swap;
}