/* =========================================================================
   LT Superior — self-hosted webfont (open font license, από τη γραφίστρια).
   Greek + Latin subset (woff2, ~34K/weight). Φορτώνεται μόνο όταν υπάρχει το
   regular woff2 (βλ. inc/enqueue.php). Weights που χρησιμοποιεί το design:
   regular 400, semibold 600, bold 700, extrabold 800, black 900 (+ medium 500 optional).
   ========================================================================= */

@font-face {
	font-family: "LT Superior";
	src: url("../fonts/lt-superior-regular.woff2") format("woff2");
	font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "LT Superior";
	src: url("../fonts/lt-superior-medium.woff2") format("woff2");
	font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "LT Superior";
	src: url("../fonts/lt-superior-semibold.woff2") format("woff2");
	font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "LT Superior";
	src: url("../fonts/lt-superior-bold.woff2") format("woff2");
	font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "LT Superior";
	src: url("../fonts/lt-superior-extrabold.woff2") format("woff2");
	font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
	font-family: "LT Superior";
	src: url("../fonts/lt-superior-black.woff2") format("woff2");
	font-weight: 900; font-style: normal; font-display: swap;
}
