/* ==========================================================================
   Bonsai Loftai — Web Fonts
   Jost      → body / tekstai
   Poppins   → antraštės / akcentai / mygtukai
   Myriad Pro → smulkūs info tekstai (žemėlapio blokas, "10 min." ir pan.)
   ========================================================================== */

/* Jost (variable weight 100–900) */
@font-face {
	font-family: 'Jost';
	/* Two src formats for broad support of the variable axis. */
	src: url('../fonts/Jost-VariableFont_wght.ttf') format('truetype-variations'),
	     url('../fonts/Jost-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* Poppins */
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Myriad Pro */
@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
