/*
 * Web Fonts from yellowdesignstudio.com
 * Licensed for web use — do not redistribute.
 */

@font-face {
	font-family: "veneer";
	src: url("fonts/Veneer.woff2") format("woff2"),
		url("fonts/Veneer.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
}

@font-face {
	font-family: "veneer";
	src: url("fonts/Veneer-Italic.woff2") format("woff2"),
		url("fonts/Veneer-Italic.woff") format("woff");
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
}

@font-face {
	font-family: "veneer-two";
	src: url("fonts/VeneerTwo.woff2") format("woff2"),
		url("fonts/VeneerTwo.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
}

@font-face {
	font-family: "veneer-two";
	src: url("fonts/VeneerTwo-Italic.woff2") format("woff2"),
		url("fonts/VeneerTwo-Italic.woff") format("woff");
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
}

@font-face {
	font-family: "veneer-three";
	src: url("fonts/VeneerThree.woff2") format("woff2"),
		url("fonts/VeneerThree.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
}

@font-face {
	font-family: "veneer-three";
	src: url("fonts/VeneerThree-Italic.woff2") format("woff2"),
		url("fonts/VeneerThree-Italic.woff") format("woff");
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
}

.tk-veneer { font-family: "veneer", sans-serif; }
.tk-veneer-two { font-family: "veneer-two", sans-serif; }
.tk-veneer-three { font-family: "veneer-three", sans-serif; }
