/*
! Jooosi Fon v1.1.1
*/

@font-face {
	font-family: 'Amazon Ember';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: auto;
	src: url('https://www.ebookpublisher.co.uk/blog/wp-content/uploads/jooosi-fon/fonts/Amazon-Ember.ttf') format('truetype');
}

@font-face {
	font-family: 'Tiempos';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: auto;
	src: url('https://www.ebookpublisher.co.uk/blog/wp-content/uploads/jooosi-fon/fonts/TestTiemposFine-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Tiempos';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: auto;
	src: url('https://www.ebookpublisher.co.uk/blog/wp-content/uploads/jooosi-fon/fonts/TestTiemposFine-Regular.otf') format('opentype');
}

:root {
	--jf--family-amazon-ember: 'Amazon Ember', sans-serif;
	--ywf--family-amazon-ember: var(--jf--family-amazon-ember);
	--jf--family-tiempos: 'Tiempos', sans-serif;
	--ywf--family-tiempos: var(--jf--family-tiempos);
}

p {
	font-family: var(--jf--family-amazon-ember);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--jf--family-tiempos);
}

