/**
 * @license
 *
 * Font Family: Bespoke Sans
 * Designed by: Jérémie Hornus, Théo Guillard, Morgane Pambrun, Alisa Nowak, Joachim Vu
 * URL: https://www.fontshare.com/fonts/bespoke-sans
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Bespoke Sans Variable(Variable font)
 * Bespoke Sans Variable Italic(Variable font)
 * Bespoke Sans Light
 * Bespoke Sans Light Italic
 * Bespoke Sans Regular
 * Bespoke Sans Italic
 * Bespoke Sans Medium
 * Bespoke Sans Medium Italic
 * Bespoke Sans Bold
 * Bespoke Sans Bold Italic
 * Bespoke Sans Extrabold         
 * Bespoke Sans Extrabold Italic
 *
*/
@font-face {
	font-family: 'BespokeSansVariable';
	src: url('./fonts/BespokeSans-Variable.woff2') format('woff2'),
		url('./fonts/BespokeSans-Variable.woff') format('woff'),
		url('./fonts/BespokeSans-Variable.ttf') format('truetype');
	font-weight: 300 800;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'BespokeSansVariable';
	src: url('./fonts/BespokeSans-VariableItalic.woff2') format('woff2'),
		url('./fonts/BespokeSans-VariableItalic.woff') format('woff'),
		url('./fonts/BespokeSans-VariableItalic.ttf') format('truetype');
	font-weight: 300 800;
	font-display: swap;
	font-style: italic;
}

/**
 * @license
 *
 * Font Family: Author
 * Designed by: Satya Rajpurohit
 * URL: https://www.fontshare.com/fonts/author
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Author Variable(Variable font)
 * Author Variable Italic(Variable font)
 * Author Extralight
 * Author Extralight Italic
 * Author Light
 * Author Light Italic
 * Author Regular
 * Author Italic
 * Author Medium
 * Author Medium Italic
 * Author Semibold
 * Author Semibold Italic
 * Author Bold
 * Author Bold Italic
 *
*/
@font-face {
	font-family: 'AuthorVariable';
	src: url('./fonts/Author-Variable.woff2') format('woff2'),
		url('./fonts/Author-Variable.woff') format('woff'),
		url('./fonts/Author-Variable.ttf') format('truetype');
	font-weight: 200 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'AuthorVariable';
	src: url('./fonts/Author-VariableItalic.woff2') format('woff2'),
		url('./fonts/Author-VariableItalic.woff') format('woff'),
		url('./fonts/Author-VariableItalic.ttf') format('truetype');
	font-weight: 200 700;
	font-display: swap;
	font-style: italic;
}
