/*
 * Legally self-hosted typography for the Wix migration. The original Wix
 * commercial font binaries are not redistributed; see assets/fonts/SOURCES.md.
 */
@font-face {
	font-family: "KC Open Sans";
	src: url("../fonts/open-sans.woff2") format("woff2");
	font-style: normal;
	font-weight: 300 800;
	font-stretch: 75% 100%;
	font-display: swap;
}

@font-face {
	font-family: "KC Open Sans";
	src: url("../fonts/open-sans-italic.woff2") format("woff2");
	font-style: italic;
	font-weight: 300 800;
	font-stretch: 75% 100%;
	font-display: swap;
}

@font-face {
	font-family: "KC Signika";
	src: url("../fonts/signika.woff2") format("woff2");
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
}

@font-face {
	font-family: "KC Niconne";
	src: url("../fonts/niconne.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "KC Basic";
	src: url("../fonts/basic.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "KC Roboto Condensed";
	src: url("../fonts/roboto-condensed.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "KC Roboto Condensed";
	src: url("../fonts/roboto-condensed-italic.woff2") format("woff2");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "KC Roboto Slab";
	src: url("../fonts/roboto-slab.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "KC Amatic SC";
	src: url("../fonts/amatic-sc.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "KC Amatic SC";
	src: url("../fonts/amatic-sc-bold.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "KC Montserrat";
	src: url("../fonts/montserrat.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

/*
 * Aliases preserve font-family declarations retained verbatim in migrated Wix
 * rich text while routing proprietary families to documented substitutes.
 */
@font-face {
	font-family: "nimbus-sans-tw01con";
	src: url("../fonts/roboto-condensed.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "museo-slab-w01-100";
	src: url("../fonts/roboto-slab.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "avenida-w01";
	src: url("../fonts/amatic-sc.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "trend-sans-w00-four";
	src: url("../fonts/montserrat.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

