/**
 * Fonts voor SDO Theme
 * 
 * Lokaal gehoste fonts voor optimale performance
 * Fonts: Bree (serif), Poppins (sans-serif) en Shantell Sans (handwriting)
 */

/* Bree Serif Font Family */
@font-face {
	font-family: 'bree';
	src: url('../fonts/bree/bree-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

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

@font-face {
	font-family: 'bree';
	src: url('../fonts/bree/bree-extrabold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* Poppins Sans-Serif Font Family */
@font-face {
	font-family: 'poppins';
	src: url('../fonts/poppins/poppins-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

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

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

/* Shantell Sans Handwriting Font Family */
@font-face {
	font-family: 'shantell-sans';
	src: url('../fonts/shantell-sans/shantell-sans-light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
