/* Aptos Black */
@font-face {
	font-family: 'Aptos';
	src: url('aptos_black_italic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos';
	src: url('aptos_black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* Aptos Bold */
@font-face {
	font-family: 'Aptos';
	src: url('aptos_bold_italic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos';
	src: url('aptos_bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Aptos Display Bold */
@font-face {
	font-family: 'Aptos Display';
	src: url('aptos_display_bold_italic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos Display';
	src: url('aptos_display_bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Aptos Display Regular */
@font-face {
	font-family: 'Aptos Display';
	src: url('aptos_display_regular_italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos Display';
	src: url('aptos_display_regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Aptos Extrabold */
@font-face {
	font-family: 'Aptos';
	src: url('aptos_extrabold_italic.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos';
	src: url('aptos_extrabold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* Aptos Light */
@font-face {
	font-family: 'Aptos';
	src: url('aptos_light_italic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos';
	src: url('aptos_light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Aptos Regular */
@font-face {
	font-family: 'Aptos';
	src: url('aptos_regular_italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos';
	src: url('aptos_regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Aptos Semibold */
@font-face {
	font-family: 'Aptos';
	src: url('aptos_semibold_italic.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Aptos';
	src: url('aptos_semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}