/*
 * RXFloor — Aptos webfont
 *
 * Single typeface across the whole site, served from the theme so the design
 * never falls back to system fonts unexpectedly.
 */

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-Light-Italic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-SemiBold-Italic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-Bold-Italic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Aptos";
	src: url("../Fonts/Microsoft Aptos Fonts/Aptos-ExtraBold-Italic.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
