/* Berkshire Swash */
/*
@font-face {
  font-family: 'Berkshire Swash';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Berkshire_Swash/BerkshireSwash-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/

/* Hello Imperfect */
@font-face {
  font-family: 'Hello Imperfect';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/HelloImperfectRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Jost - Thin */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* Jost - ExtraLight */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

/* Jost - Light */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Jost - Regular */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Jost - Medium */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Jost - SemiBold */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Jost - Bold */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Jost - ExtraBold */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Jost - Black */
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/wpfox/assets/styles/Fonts/Jost/Jost-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

