/* Définition des variantes de la police Poppins */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url('/Src/Fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url('/Src/Fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url('/Src/Fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url('/Src/Fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url('/Src/Fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url('/Src/Fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url('/Src/Fonts/Poppins/Poppins-Black.ttf') format('truetype');
}


@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url('/Src/Fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('/Src/Fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url('/Src/Fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url('/Src/Fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url('/Src/Fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 300;
src: url('/Src/Fonts/Nunito/Nunito-Light.ttf') format('truetype');
}

@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: url('/Src/Fonts/Nunito/Nunito-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 600;
src: url('/Src/Fonts/Nunito/Nunito-SemiBold.ttf') format('truetype');
}

@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
src: url('/Src/Fonts/Nunito/Nunito-Bold.ttf') format('truetype');
}

@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: url('/Src/Fonts/Nunito/Nunito-Italic.ttf') format('truetype');
}