/*

template for custom font:

@font-face {
	font-family: 'CustomFont';
	font-weight: 400;
	src: url('./resources/custom-font.ttf') format('truetype');
}
Heatherhorns_klapow-Regular
*/

/* global variables */
:root{
	/* background color */
	/*--bgc: #f58ea8;*/
	--bgc: #F689A5;
	/* link color */
	--lnkc: #664e87;/*normal*/
	--lnkhc: #a8f58e;/*active*/
	--lnkdc: #bdb4cc;/*disabled*/
	/* card background color */
	--cardc: #FFF;
	
	/* default font name */
	font-family: sans-serif;
}

/* header image on hover */
#header>a:hover>img{
	mix-blend-mode: soft-light;
}

@font-face {
	font-family: 'Klapow';
	font-weight: 400;
	src: url('./Heatherhorns_klapow-Regular.ttf') format('truetype');
}
