@import url('https://fonts.googleapis.com/css2?family=GFS+Neohellenic:ital,wght@0,400;0,700;1,400;1,700&family=Oi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
	font-family: 'Retro-slab-serif';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/retro-slab-serif-webfont.woff2') format('woff2'),
		url('fonts/retro-slab-serif-webfont.woff') format('woff'),
		url("fonts/Retro-slab-serif.ttf") format("truetype");
	/* Safari, Android, iOS */	
}

@font-face {
	font-family: "Umy-Regular";
	font-weight: normal;
	font-style: normal;
	src: url('fonts/umy-regular-webfont.woff2') format('woff2'),
		url('fonts/umy-regular-webfont.woff') format('woff'),		
		url("fonts/Umy-Regular.otf") format("opentype");
	/* Safari, Android, iOS */
}

/* greek */
@font-face {
	font-family: 'GFS Didot';
	font-style: normal;
	font-weight: 400;
	font-display: swap;	
	src: url(https://fonts.gstatic.com/s/gfsdidot/v15/Jqzh5TybZ9vZMWFssvwSE-3H.woff2) format('woff2'),
		 url("fonts/GFSDidot.otf") format("opentype"),
		 url("fonts/GFSDidot.ttf") format("truetype");
	unicode-range: U+0370-03FF, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'GFS Didot';
	font-style: normal;
	font-weight: 700;
	font-display: swap;	
	src: url("fonts/GFSDidotBold.otf") format("opentype"),
		 url("fonts/GFSDidotBold.ttf") format("truetype");
	unicode-range: U+0370-03FF, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}