/**
* Load custom webfonts here
*/
@font-face {
	font-family: "Crossed Out";
	src: url("CrossedOut.woff2") format("woff2"),
		url("CrossedOut.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Caveat";
	src: url("Caveat-Variable.woff2") format("woff2-variations");
	font-weight: 400 700;

	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: normal;
	font-weight: 300;
	src: url("NebulaSans-Light.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: italic;
	font-weight: 300;
	src: url("NebulaSans-LightItalic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: normal;
	font-weight: 400;
	src: url("NebulaSans-Book.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: italic;
	font-weight: 400;
	src: url("NebulaSans-BookItalic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: normal;
	font-weight: 500;
	src: url("NebulaSans-Medium.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: italic;
	font-weight: 500;
	src: url("NebulaSans-MediumItalic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: normal;
	font-weight: 600;
	src: url("NebulaSans-Semibold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: italic;
	font-weight: 600;
	src: url("NebulaSans-SemiboldItalic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: normal;
	font-weight: 700;
	src: url("NebulaSans-Bold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: italic;
	font-weight: 700;
	src: url("NebulaSans-BoldItalic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: normal;
	font-weight: 900;
	src: url("NebulaSans-Black.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Nebula Sans";
	font-style: italic;
	font-weight: 900;
	src: url("NebulaSans-BlackItalic.woff2") format("woff2");
}
