/**
 * This file is where you put the @font-face directives for the site.
 */

/* SourceSansPro */
@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-ExtraLight.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-ExtraLightItalic.woff")
		format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-ExtraLightItalic.woff2")
		format("woff2");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-Light.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-LightItalic.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-LightItalic.woff2") format("woff2");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-Regular.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-Italic.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-SemiBold.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.woff2")
		format("woff2");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-Bold.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-BoldItalic.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-Black.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Source Sans Pro";
	src:
		url("/fonts/SourceSansPro/SourceSansPro-BlackItalic.woff") format("woff"),
		url("/fonts/SourceSansPro/SourceSansPro-BlackItalic.woff2") format("woff2");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

/* Font Awesome */
/* light */
@font-face {
	font-family: "Font Awesome 6 Pro";
	src:
		url("/fonts/FontAwesome6Pro/FontAwesome6Pro-Light.woff") format("woff"),
		url("/fonts/FontAwesome6Pro/FontAwesome6Pro-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* regular */
@font-face {
	font-family: "Font Awesome 6 Pro";
	src:
		url("/fonts/FontAwesome6Pro/FontAwesome6Pro-Regular.woff") format("woff"),
		url("/fonts/FontAwesome6Pro/FontAwesome6Pro-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* solid */
@font-face {
	font-family: "Font Awesome 6 Pro";
	src:
		url("/fonts/FontAwesome6Pro/FontAwesome6Pro-Solid.woff") format("woff"),
		url("/fonts/FontAwesome6Pro/FontAwesome6Pro-Solid.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
