/* Сюда подключаем шрифты */

  /* hansschoenscapsingrid */
  @font-face {
    font-family: 'hansschoenscapsingrid';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hansschoenscapsingrid/hansschoenscapsingrid.ttf'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/hansschoenscapsingrid/hansschoenscapsingrid.ttf') format('truetype'), /* Safari, Android, iOS */
  }

  
/* ROBOTO */

/* roboto-condensed-300 - cyrillic_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto/roboto-condensed-v25-cyrillic_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-300italic - cyrillic_latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/roboto/roboto-condensed-v25-cyrillic_latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-regular - cyrillic_latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto/roboto-condensed-v25-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-italic - cyrillic_latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto/roboto-condensed-v25-cyrillic_latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-700 - cyrillic_latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto/roboto-condensed-v25-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-700italic - cyrillic_latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/roboto/roboto-condensed-v25-cyrillic_latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

 
   /* JMH TypeWriter Regular */
   @font-face {
    font-family: 'JMH TypeWriter';
    src: url('../fonts/jmhtypewriter/JMH Typewriter dry.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

   /* GRTSK BOLD MEGA */
   @font-face {
    font-family: 'GRTSK BOLD MEGA';
    src: url('../fonts/GRTSK/TRYGrtsk-BoldMega-BF64265523e2a0f.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* m-plus-code-latin-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS Code Latin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MPLUS/m-plus-code-latin-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-code-latin-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'M PLUS Code Latin';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/MPLUS/m-plus-code-latin-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}