@charset 'utf-8';
/* https://www.youtube.com/watch?v=zK-yy6C2Nck
	https://www.fontsquirrel.com/tools/webfont-generator
	https://gwfh.mranftl.com/fonts */

    /* 
    light = 300
    regular = 400
    medium = 500
    bold = 700
    */

@font-face {
	font-family: 'Arial';
	font-weight: 400;
	src:
		url('../fonts/Arial/regular.woff2') format('woff2'), 
		url('../fonts/Arial/regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Arial';
	font-weight: 500;
	src:
		url('../fonts/Arial/medium.woff') format('woff2'), 
		url('../fonts/Arial/medium.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Arial';
	font-weight: 700;
	src:
		url('../fonts/Arial/bold.woff') format('woff2'), 
		url('../fonts/Arial/bold.woff') format('woff');
	font-display: swap;
}


@font-face {
	font-family: 'Oswald';
	font-weight: 300;
	src:
		url('../fonts/Oswald/light.woff2') format('woff2'), 
		url('../fonts/Oswald/light.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	font-weight: 400;
	src:
		url('../fonts/Oswald/regular.woff2') format('woff2'), 
		url('../fonts/Oswald/regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	font-weight: 700;
	src:
		url('../fonts/Oswald/bold.woff2') format('woff2'), 
		url('../fonts/Oswald/bold.woff') format('woff');
	font-display: swap;
}


@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: 'Ethnocentric';
	font-weight: 400;
	src:
		url('../fonts/Ethnocentric/reg.woff2') format('woff2'),
		url('../fonts/Ethnocentric/reg.woff') format('woff');
	font-display: swap;
}

/* ----------------------- */

@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src:
		url('../fonts/Montserrat/regular.woff2') format('woff2'),
		url('../fonts/Montserrat/regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	src:
		url('../fonts/Montserrat/bold.woff2') format('woff2'),
		url('../fonts/Montserrat/bold.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;
}
