/*
 * Web fonts for veatal.com.
 *
 * Taken over 1:1 from veatal.com_coming-soon (src/css/font.css). Only the url()
 * paths differ: the coming-soon site serves the files from the document root
 * (/font/...), this theme serves them next to itself (../fonts/...).
 *
 * The .eot and .svg files from the source project were left out because no
 * @font-face rule references them.
 */

/* ==========================================================================
   Dancing Script
   ========================================================================== */

@font-face {
	font-family: "Dancing Script";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src:
		url("../fonts/dancing-script-v29-latin-500.woff2") format("woff2"),
		url("../fonts/dancing-script-v29-latin-500.woff") format("woff"),
		url("../fonts/dancing-script-v29-latin-500.ttf") format("truetype");
}

@font-face {
	font-family: "Dancing Script";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src:
		url("../fonts/dancing-script-v29-latin-700.woff2") format("woff2"),
		url("../fonts/dancing-script-v29-latin-700.woff") format("woff"),
		url("../fonts/dancing-script-v29-latin-700.ttf") format("truetype");
}

/* ==========================================================================
   Lato
   ========================================================================== */

@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src:
		url("../fonts/lato-v25-latin-regular.woff2") format("woff2"),
		url("../fonts/lato-v25-latin-regular.woff") format("woff"),
		url("../fonts/lato-v25-latin-regular.ttf") format("truetype");
}

@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src:
		url("../fonts/lato-v25-latin-700.woff2") format("woff2"),
		url("../fonts/lato-v25-latin-700.woff") format("woff"),
		url("../fonts/lato-v25-latin-700.ttf") format("truetype");
}

/* ==========================================================================
   Poppins
   ========================================================================== */

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src:
		url("../fonts/poppins-v24-latin-500.woff2") format("woff2"),
		url("../fonts/poppins-v24-latin-500.woff") format("woff"),
		url("../fonts/poppins-v24-latin-500.ttf") format("truetype");
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src:
		url("../fonts/poppins-v24-latin-600.woff2") format("woff2"),
		url("../fonts/poppins-v24-latin-600.woff") format("woff"),
		url("../fonts/poppins-v24-latin-600.ttf") format("truetype");
}
