/* Leigo brändifontid (self-hosted). Trial-versioonid — vaheta litsentsitud vastu enne toodangut. */

/* --- TT Runs (grotesk-sans, pealkirjad + tekst) --- */
@font-face {
	font-family: 'TT Runs';
	src: url('../fonts/tt-runs-regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'TT Runs';
	src: url('../fonts/tt-runs-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'TT Runs';
	src: url('../fonts/tt-runs-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'TT Runs';
	src: url('../fonts/tt-runs-extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'TT Runs';
	src: url('../fonts/tt-runs-black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* --- Orelo (high-contrast serif, kuupäevad + numbrid + aktsendid) --- */
@font-face {
	font-family: 'Orelo';
	src: url('../fonts/orelo-regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Orelo';
	src: url('../fonts/orelo-italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Orelo';
	src: url('../fonts/orelo-medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Orelo';
	src: url('../fonts/orelo-demibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Orelo';
	src: url('../fonts/orelo-demibold-italic.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
