@charset 'utf-8';
/* https://www.youtube.com/watch?v=zK-yy6C2Nck
	https://www.fontsquirrel.com/tools/webfont-generator
	https://gwfh.mranftl.com/fonts */

@font-face {
	font-family: 'Lato';
	font-weight: 900;
	src:
		url('../fonts/Lato/black.woff2') format('woff2'), 
		url('../fonts/Lato/black.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	font-weight: 700;
	src:
		url('../fonts/Lato/bold.woff2') format('woff2'), 
		url('../fonts/Lato/bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	font-weight: 500;
	src:
		url('../fonts/Lato/regular.woff2') format('woff2'), 
		url('../fonts/Lato/regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	font-weight: 300;
	src:
		url('../fonts/Lato/light.woff2') format('woff2'), 
		url('../fonts/Lato/light.woff') format('woff');
	font-display: swap;
}

/* ----------------------- */

@font-face {
	font-family: 'Seaweed Script';
	font-weight: 500;
	src:
		url('../fonts/Seaweed_Script/regular.woff2') format('woff2'),
		url('../fonts/Seaweed_Script/regular.woff') format('woff');
	font-display: swap;
}

/* ----------------------- */

@font-face {
	font-family: 'Birthstone';
	font-weight: 500;
	src:
		url('../fonts/Birthstone/regular.woff2') format('woff2'),
		url('../fonts/Birthstone/regular.woff') format('woff');
	font-display: swap;
}

/* ----------------------- */

@font-face {
	font-family: 'Prompt';
	font-weight: 900;
	src:
		url('../fonts/Prompt/black.woff2') format('woff2'), 
		url('../fonts/Prompt/black.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	font-weight: 700;
	src:
		url('../fonts/Prompt/bold.woff2') format('woff2'), 
		url('../fonts/Prompt/bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	font-weight: 500;
	src:
		url('../fonts/Prompt/regular.woff2') format('woff2'), 
		url('../fonts/Prompt/regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	font-weight: 300;
	src:
		url('../fonts/Prompt/light.woff2') format('woff2'), 
		url('../fonts/Prompt/light.woff') format('woff');
	font-display: swap;
}
