/* Self-hosted fonts CSS

You manually downloaded the font files into:
	assets/fonts/Caprasimo,Poppins/Caprasimo/
	assets/fonts/Caprasimo,Poppins/Poppins/

This file provides @font-face rules that point to the TTF files you added.
Using TTF is fully functional but larger than WOFF2/WOFF; consider converting to WOFF2 later for best performance.

font-display: swap is used to avoid FOIT (flash of invisible text).
*/

@font-face {
	font-family: 'Caprasimo';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Caprasimo'), url('Caprasimo,Poppins/Caprasimo/Caprasimo-Regular.ttf') format('truetype');
}

/* Poppins - normal styles */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local('Poppins Thin'), url('Caprasimo,Poppins/Poppins/Poppins-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: local('Poppins Thin Italic'), url('Caprasimo,Poppins/Poppins/Poppins-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: local('Poppins ExtraLight'), url('Caprasimo,Poppins/Poppins/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: local('Poppins ExtraLight Italic'), url('Caprasimo,Poppins/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Poppins Light'), url('Caprasimo,Poppins/Poppins/Poppins-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: local('Poppins Light Italic'), url('Caprasimo,Poppins/Poppins/Poppins-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Regular'), url('Caprasimo,Poppins/Poppins/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Italic'), url('Caprasimo,Poppins/Poppins/Poppins-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Poppins Medium'), url('Caprasimo,Poppins/Poppins/Poppins-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: local('Poppins Medium Italic'), url('Caprasimo,Poppins/Poppins/Poppins-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local('Poppins SemiBold'), url('Caprasimo,Poppins/Poppins/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: local('Poppins SemiBold Italic'), url('Caprasimo,Poppins/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Poppins Bold'), url('Caprasimo,Poppins/Poppins/Poppins-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: local('Poppins Bold Italic'), url('Caprasimo,Poppins/Poppins/Poppins-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: local('Poppins ExtraBold'), url('Caprasimo,Poppins/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: local('Poppins ExtraBold Italic'), url('Caprasimo,Poppins/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local('Poppins Black'), url('Caprasimo,Poppins/Poppins/Poppins-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: local('Poppins Black Italic'), url('Caprasimo,Poppins/Poppins/Poppins-BlackItalic.ttf') format('truetype');
}

/* End of self-hosted font rules */
