/**
 * Canada Type Gibson webfonts.
 *
 * Source: https://use.typekit.net/wsb5bwt.css
 * The Adobe Fonts service and these font files are subject to Adobe's
 * Typekit terms of use and the Canada Type Gibson font license.
 *
 * @package BMG_Connect
 * @since 1.1.0
 */

@font-face {
	font-display: swap;
	font-family: "Canada Type Gibson";
	font-style: normal;
	font-weight: 400;
	src: url("./canada-type-gibson-regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Canada Type Gibson";
	font-style: italic;
	font-weight: 400;
	src: url("./canada-type-gibson-italic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Canada Type Gibson";
	font-style: normal;
	font-weight: 700;
	src: url("./canada-type-gibson-bold.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Canada Type Gibson";
	font-style: italic;
	font-weight: 700;
	src: url("./canada-type-gibson-bold-italic.woff2") format("woff2");
}
