
/* black */
/* @font-face {
	font-family: "AlexerPro";
	src: url('./BlackItalic/') format('woff2'), url('./BlackItalic/font.woff') format('woff');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "AlexerPro";
	src: url('./Black/font.woff') format('woff2'), url('./Black/font.woff') format('woff');
	font-display: swap;
} */

/* heavy */
/* @font-face {
	font-family: "AlexerPro";
	src: url('./HeavyItalic/font.woff') format('woff2'), url('./HeavyItalic/font.woff') format('woff');
	font-style: italic;
	font-display: swap;
	font-weight: 700;
}
@font-face {
	font-family: "AlexerPro";
	src: url('./Heavy/font.woff') format('woff2'), url('./Heavy/font.woff') format('woff');
	font-display: swap;
	font-weight: 700;
} */

/* bold */
@font-face {
	font-family: "AlexerPro";
	src: url('BoldItalic/font.woff2') format('woff2'), url('BoldItalic/font.woff') format('woff');
	font-style: italic;
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: "AlexerPro";
	src: url('Bold/font.woff2') format('woff2'), url('Bold/font.woff') format('woff');
	font-weight: 600;
	font-display: swap;
}

/* medium */
@font-face {
	font-family: "AlexerPro";
	src: url('MediumItalic/font.woff2') format('woff2'), url('MediumItalic/font.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "AlexerPro";
	font-weight: 500;
	src: url('Medium/font.woff2') format('woff2'), url('Medium/font.woff') format('woff');
	font-display: swap;
}

/* regular */
@font-face {
	font-family: "AlexerPro";
	src: url('RegularItalic/font.woff2') format('woff2'), url('RegularItalic/index.html') format('woff');
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "AlexerPro";
	src: url('Regular/font.woff2') format('woff2'), url('Regular/font.woff') format('woff');
	font-weight: 400;
	font-display: swap;
}

/* light */
@font-face {
	font-family: "AlexerPro";
	src: url('LightItalic/font.woff2') format('woff2'), url('LightItalic/font.woff2') format('woff2');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "AlexerPro";
	src: url('Light/font.woff2') format('woff2'), url('Light/font.woff2') format('woff2');
	font-weight: 100;
	font-display: swap;
}
