/**
 * Tele2 Slab — brand font used across the campaign.
 * TTF files supplied in this folder.
 */

@font-face {
	font-family: "Tele2 Slab";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("./Tele2Slab-TextRegular.ttf") format("truetype");
}

@font-face {
	font-family: "Tele2 Slab";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("./Tele2Slab-TextItalic.ttf") format("truetype");
}

@font-face {
	font-family: "Tele2 Slab";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("./Tele2Slab-TextBold.ttf") format("truetype");
}

@font-face {
	font-family: "Tele2 Slab";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("./Tele2Slab-TextBoldItalic.ttf") format("truetype");
}

/* Display Heavy — used for the "Balvu fonds" badge (weight 800). */
@font-face {
	font-family: "Tele2 Slab";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("./Tele2Slab-DisplayHeavy.ttf") format("truetype");
}

/* Display Black — used for headings / tile letters (weight 900). */
@font-face {
	font-family: "Tele2 Slab";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("./Tele2Slab-DisplayBlack.ttf") format("truetype");
}
