/**
 * Dibbly Create Template Fonts
 *
 * Gilroy font for the Dibbly Create template.
 * Only includes weights actually used on the page.
 */

/* Cal Sans - self-hosted (replaces Google Fonts) */
@font-face {
	font-family: 'Cal Sans';
	src: url('../assets/fonts/cal-sans/CalSans-SemiBold.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Local Fonts - Gilroy (5 weights used) */
@font-face {
	font-family: 'Gilroy';
	src: url('../assets/fonts/gilroy/Gilroy-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../assets/fonts/gilroy/Gilroy-RegularItalic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../assets/fonts/gilroy/Gilroy-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../assets/fonts/gilroy/Gilroy-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../assets/fonts/gilroy/Gilroy-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
