/* Public Sans Light */
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-Light.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-Light.woff) format('woff');
}

@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-LightItalic.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-LightItalic.woff) format('woff');
}

/* Public Sans Regular */
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-Regular.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-Italic.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-Italic.woff) format('woff');
}

/* Public Sans Medium */
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-Medium.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-MediumItalic.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-MediumItalic.woff) format('woff');
}

/* Public Sans Semi Bold */
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-SemiBold.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-SemiBold.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-SemiBold.woff) format('woff');
}

/* Public Sans Bold */
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-Bold.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(../webfonts/Public_Sans/PublicSans-BoldItalic.woff2) format('woff2');
	src: url(../webfonts/Public_Sans/PublicSans-BoldItalic.woff) format('woff');
}

/* DM Serif */
@font-face {
	font-family: 'DM Serif Text';
	font-display: swap;
	src: local('DM Serif Text'),
		url(../webfonts/DM_Serif_Text/dm-serif-display-v10-latin-regular.woff2) format("woff2"),
		url(../webfonts/DM_Serif_Text/dm-serif-display-v10-latin-regular.woff) format("woff");
}

/* Font Awesome */
@font-face {
	font-family: 'Font Awesome 6 Free Regular';
	src: local('Font Awesome 6 Free Regular'),
		url(../webfonts/Font_Awesome_6_Free/fa-regular-400.ttf) format("embedded-opentype"),
		url(../webfonts/Font_Awesome_6_Free/fa-regular-400.woff2) format("woff2");
}


/* Font Awesome */
@font-face {
	font-family: 'Font Awesome 6 Free';
	src: local('Font Awesome 6 Free'),
		url(../webfonts/Font_Awesome_6_Free/fa-solid-900.ttf) format("embedded-opentype"),
		url(../webfonts/Font_Awesome_6_Free/fa-solid-900.woff2) format("woff2");
}

/* Font Awesome */
@font-face {
	font-family: 'Font Awesome 6 Pro Regular';
	src: local('Font Awesome 6 Pro Regular'),
		url(../webfonts/Font_Awesome_6/fa-regular-400.ttf) format("embedded-opentype"),
		url(../webfonts/Font_Awesome_6/fa-regular-400.woff2) format("woff2");
}

/* Font Awesome */
@font-face {
	font-family: 'Font Awesome 6 Pro';
	src: local('Font Awesome 6 Pro'),
		url(../webfonts/Font_Awesome_6/fa-solid-900.ttf) format("embedded-opentype"),
		url(../webfonts/Font_Awesome_6/fa-solid-900.woff2) format("woff2");
}

@font-face {
	font-family: 'Font Awesome 6 Brands';
	src: local('Font Awesome 6 Brands'),
		url(../webfonts/Font_Awesome_6/fa-brands-400.ttf) format("embedded-opentype"),
		url(../webfonts/Font_Awesome_6/fa-brands-400.woff2) format("woff2");
}