/* Self-hosted fonts (SIL Open Font License — see OFL.txt in each fonts/*/ folder) */

/* --- Cormorant Garamond (variable) --- */
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('fonts/cormorant-garamond/CormorantGaramond-VF.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 300 700;
	font-display: swap;
	src: url('fonts/cormorant-garamond/CormorantGaramond-Italic-VF.ttf') format('truetype');
}

/* --- Cormorant Small Caps --- */
@font-face {
	font-family: 'Cormorant SC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/cormorant-sc/CormorantSC-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant SC';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/cormorant-sc/CormorantSC-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant SC';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/cormorant-sc/CormorantSC-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant SC';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/cormorant-sc/CormorantSC-Bold.ttf') format('truetype');
}

/* --- Cormorant Upright --- */
@font-face {
	font-family: 'Cormorant Upright';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/cormorant-upright/CormorantUpright-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Upright';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/cormorant-upright/CormorantUpright-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Upright';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/cormorant-upright/CormorantUpright-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Upright';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/cormorant-upright/CormorantUpright-Bold.ttf') format('truetype');
}

/* --- DM Sans (variable, optical size + weight) --- */
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('fonts/dm-sans/DMSans-VF.ttf') format('truetype');
}

@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('fonts/dm-sans/DMSans-Italic-VF.ttf') format('truetype');
}
