/**
 * Feature Deck Font Face Declarations
 */

@font-face {
	font-family: "Feature Deck";
	src: url(./FeatureDeck-Regular.otf) format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Feature Deck";
	src: url(./FeatureDeck-RegularItalic.otf) format("opentype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Feature Deck";
	src: url(./FeatureDeck-Medium.otf) format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Feature Deck";
	src: url(./FeatureDeck-MediumItalic.otf) format("opentype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Feature Deck";
	src: url(./FeatureDeck-Light.otf) format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Feature Deck";
	src: url(./FeatureDeck-LightItalic.otf) format("opentype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
