/* Ubuntu Regular */
@font-face {
	font-family: 'Ubuntu';
	src: url('./fonts/ubuntu-regular-webfont.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Ubuntu Bold */
@font-face {
	font-family: 'Ubuntu';
	src: url('./fonts/ubuntu-bold-webfont.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Viga Regular */
@font-face {
	font-family: 'Viga';
	src: url('./fonts/Viga-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* raleway-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/raleway-v36-latin-regular.woff2') format('woff2');
}
/* raleway-italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 400;
	src: url('./fonts/raleway-v36-latin-italic.woff2') format('woff2');
}
/* raleway-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/raleway-v36-latin-600.woff2') format('woff2');
}
/* raleway-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/raleway-v36-latin-700.woff2') format('woff2');
}

/* Poppins Regular */
@font-face {
	font-family: 'Poppins';
	src: url('./fonts/Poppins-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Poppins Bold */
@font-face {
	font-family: 'Poppins';
	src: url('./fonts/Poppins-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* nunito-sans-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/nunito-sans-v18-latin-regular.woff2') format('woff2');
}
/* nunito-sans-italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito Sans';
	font-style: italic;
	font-weight: 400;
	src: url('./fonts/nunito-sans-v18-latin-italic.woff2') format('woff2');
}
/* nunito-sans-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/nunito-sans-v18-latin-600.woff2') format('woff2');
}
/* nunito-sans-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/nunito-sans-v18-latin-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: "Happy Monkey", system-ui;
	font-weight: 400;
	font-style: normal;
	src: url('./fonts/HappyMonkey-Regular.ttf') format('truetype');
}
/* Hébreu */
@font-face {
	font-display: swap;
	font-family: "Heebo", sans-serif;
  	font-optical-sizing: auto;
	src: url('./fonts/Heebo-VariableFont_wght.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Montserrat Alternates", sans-serif;
  	font-weight: 500;
	src: url('./fonts/MontserratAlternates-Medium.ttf') format('truetype');
}
