/**
 * Below-the-fold font ağırlıkları — ertelenmiş yükleme, font-display: optional (CLS yok).
 * Above-the-fold yüzler dgs2-btm-fonts-critical.css içinde inline.
 */

@font-face {
	font-family: 'ASG Ekster';
	src: url('../fonts/Ekster-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: optional;
}
@font-face {
	font-family: 'ASG Ekster';
	src: url('../fonts/Ekster-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: 'ASG Garnet';
	src: url('../fonts/GarnetCapitals-Bold.woff2') format('woff2'),
	     url('../fonts/GarnetCapitals-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: 'ASG Equitan';
	src: url('../fonts/EquitanSlab-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: optional;
}
