/*****
	Font: Bitter
*****/

/* Thin */

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-Thin.ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-ThinItalic.ttf');
  font-weight: 100;
  font-style: italic;
}

/* Light */

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Semibold */

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold */

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}

/* Black */

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-Black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Bitter';
  src: url('font/Bitter-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
}

