/*
 * Self hosted fonts for All Kent Roofing HD.
 *
 * DM Sans is used for headings, Inter for body text. Both are loaded from this
 * folder, with no Google Fonts CDN. Drop the matching .woff2 files into this
 * same /assets/fonts/ folder (filenames below) and they activate automatically.
 * Until then, the site falls back to a close, clean system font so it still
 * looks polished. See fonts-README.txt in this folder.
 */

/* DM Sans (headings) */
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('dmsans-400.woff2') format('woff2');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('dmsans-600.woff2') format('woff2');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('dmsans-700.woff2') format('woff2');
}

/* Inter (body) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('inter-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('inter-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('inter-600.woff2') format('woff2');
}
