/* Igra Sans Font */

@font-face {
	font-family: 'Igra Sans';
	src:
		url('../fonts/IgraSans.woff2') format('woff2'),
		url('../fonts/IgraSans.woff') format('woff'),
		url('../fonts/IgraSans.otf') format('opentype');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

/* Применение шрифта ко всему сайту */
* {
	font-family: 'Igra Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
	font-family: 'Igra Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.header,
.burger-nav,
button,
input,
select,
textarea {
	font-family: 'Igra Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

