/* Fabay – yalnızca sitede fiilen kullanılan font ağırlıkları */

@font-face {
	font-family: 'Elgraine';
	src: url('elgraine/Elgraine-LightItalic.woff2') format('woff2'),
		url('elgraine/Elgraine-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Franie';
	src: url('franie/Franie-Light.woff2') format('woff2'),
		url('franie/Franie-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Franie';
	src: url('franie/Franie-LightItalic.woff2') format('woff2'),
		url('franie/Franie-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'San Diego';
	src: url('sandiego/SanDiegoRegular.woff2') format('woff2'),
		url('sandiego/SanDiegoRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'San Diego';
	src: url('sandiego/SanDiegoMedium.woff2') format('woff2'),
		url('sandiego/SanDiegoMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'San Diego';
	src: url('sandiego/SanDiegoSemiBold.woff2') format('woff2'),
		url('sandiego/SanDiegoSemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'San Diego';
	src: url('sandiego/SanDiegoBold.woff2') format('woff2'),
		url('sandiego/SanDiegoBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'San Diego';
	src: url('sandiego/SanDiegoLight.woff2') format('woff2'),
		url('sandiego/SanDiegoLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}