
/* HOST GROTESK */

/* Light - 300 */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Light Italic - 300 italic */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Regular - 400 */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Italic - 400 italic */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Medium - 500 */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic - 500 italic */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* SemiBold - 600 */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* SemiBold Italic - 600 italic */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Bold - 700 */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic - 700 italic */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold - 800 */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* ExtraBold Italic - 800 italic */
@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/HostGrotesk-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}


/* PP FRAGMENT SANS */

/* Light - 300 */
@font-face {
  font-family: 'PP Fragment Sans';
  src: url('../fonts/PPFragment-SansLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Regular - 400 */
@font-face {
  font-family: 'PP Fragment Sans';
  src: url('../fonts/PPFragment-SansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Regular Italic - 400 italic */
@font-face {
  font-family: 'PP Fragment Sans';
  src: url('../fonts/PPFragment-SansRegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Bold - 700 */
@font-face {
  font-family: 'PP Fragment Sans';
  src: url('../fonts/PPFragment-SansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* PP FRAGMENT GLARE */
@font-face {
  font-family: 'PP Fragment Glare';
  src: url('../fonts/PPFragment-GlareRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* BENTHAM */
@font-face {
  font-family: 'Bentham';
  src: url('../fonts/Bentham-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}