/* Local Google Fonts - Self-hosted for offline development */

/* Poppins 500 */
@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('./poppins-500.ttf') format('truetype');
}

/* Poppins 600 */
@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:600;
	font-display:swap;
	src:url('./poppins-600.ttf') format('truetype');
}

/* Roboto 400 */
@font-face {
	font-family:'Roboto';
	font-style:normal;
	font-weight:400;
	font-stretch:normal;
	font-display:swap;
	src:url('./roboto-400.ttf') format('truetype');
}

/* Roboto 400 Italic */
@font-face {
	font-family:'Roboto';
	font-style:italic;
	font-weight:400;
	font-stretch:normal;
	font-display:swap;
	src:url('./roboto-400italic.ttf') format('truetype');
}

/* Roboto 500 */
@font-face {
	font-family:'Roboto';
	font-style:normal;
	font-weight:500;
	font-stretch:normal;
	font-display:swap;
	src:url('./roboto-500.ttf') format('truetype');
}

/* Roboto 500 Italic */
@font-face {
	font-family:'Roboto';
	font-style:italic;
	font-weight:500;
	font-stretch:normal;
	font-display:swap;
	src:url('./roboto-500italic.ttf') format('truetype');
}

/* Roboto 600 */
@font-face {
	font-family:'Roboto';
	font-style:normal;
	font-weight:600;
	font-stretch:normal;
	font-display:swap;
	src:url('./roboto-600.ttf') format('truetype');
}

/* Roboto 600 Italic */
@font-face {
	font-family:'Roboto';
	font-style:italic;
	font-weight:600;
	font-stretch:normal;
	font-display:swap;
	src:url('./roboto-600italic.ttf') format('truetype');
}

/* Tinos 700 Italic */
@font-face {
	font-family:'Tinos';
	font-style:italic;
	font-weight:700;
	font-display:swap;
	src:url('./tinos-700italic.ttf') format('truetype');
}
