/**
 * Alias Didot (headings) and Brandon Grotesque (body) — theme/fonts/
 *
 * @package H6
 * @since 1.0.0
 */

/* Brandon Grotesque — for body / general text */
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-RegularItalic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-MediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-BoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-BlackItalic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-LightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* Alias Didot — for headings */
@font-face {
	font-family: 'Alias';
	src: url('fonts/AliasDidot-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Alias';
	src: url('fonts/AliasDidot-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
