/* Crafty Mammies — Licensed custom print fonts
 * These font files must be uploaded to the theme's /fonts/ folder
 * (i.e. wp-content/themes/crafty-mammies/fonts/) for these to load.
 * Licensed for commercial use by Nicole — do not distribute these font
 * files outside this project.
 */

@font-face {
	font-family: 'CM Bodoni';
	src: url('../fonts/bodoni.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CM Agrandir';
	src: url('../fonts/agrandir.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CM MoonTime';
	src: url('../fonts/moontime.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CM KG Primary';
	src: url('../fonts/kg-primary.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CM Lulu';
	src: url('../fonts/lulu.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
