@font-face {
	font-family: 'Jura';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-light-normal-greek.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-light-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-regular-normal-greek.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-medium-normal-greek.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-semi-bold-normal-greek.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-semi-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-bold-normal-greek.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/font-hero/google-fonts/jura/jura-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AkaAciDosis';
	font-weight: 200;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/2025/10/AkaAcidDosisExtraLight.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AkaAciDosis';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/2025/10/AkaAcidDosisMedium.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AkaAciDosis';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/2025/10/AkaAcidDosisRegular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AkaAciDosis';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/2025/10/AkaAcidDosisSemiBold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AkaAciDosis';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/2025/10/AkaAcidDosisBold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'AkaAciDosis';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://andreastsourapas.com/wp-content/uploads/2025/10/AkaAcidDosisExtraBold.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-jura: 'Jura';
	--fh-akaacidosis: 'AkaAciDosis';
}
.has-jura-font-family{ 
	font-family: var(--fh-jura);
}

.has-akaacidosis-font-family{ 
	font-family: var(--fh-akaacidosis);
}

