/* ------------------ Site fonts ------------------ */

/* Söhne: Buch (Regular) */
@font-face {
	font-family: soehne;
	src: url('/dist/fonts/soehne/soehne-web-buch.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}

/* Söhne Breit: Kraftig (Medium) */
@font-face {
	font-family: soehne-breit;
	src: url('/dist/fonts/soehne-breit/soehne-breit-web-kraftig.woff2')
		format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 500;
}

/* Söhne: Halbfett (Semi-bold) */
@font-face {
	font-family: soehne;
	src: url('/dist/fonts/soehne/soehne-web-halbfett.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 600;
}

/* Tiempos Text: Regular */
@font-face {
	font-family: tiempos;
	src: url('/dist/fonts/tiempos/tiempos-text-web-regular.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}

/* Tiempos Text: Regular (Italic) */
@font-face {
	font-family: tiempos;
	src: url('/dist/fonts/tiempos/tiempos-text-web-regular-italic.woff2')
		format('woff2');
	font-display: swap;
	font-style: italic;
	font-weight: 400;
}

/* Tiempos Text: Medium */
@font-face {
	font-family: tiempos;
	src: url('/dist/fonts/tiempos/tiempos-text-web-medium.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 500;
}

/* Tiempos Text: Medium (Italic) */
@font-face {
	font-family: tiempos;
	src: url('/dist/fonts/tiempos/tiempos-text-web-medium-italic.woff2')
		format('woff2');
	font-display: swap;
	font-style: italic;
	font-weight: 500;
}
