/*Google Fonts*/
/*Thin*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 100;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-ThinItalic.ttf') format('truetype');
}
/*Extra-Light*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 200;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-ExtraLightItalic.ttf') format('truetype');
}
/*Light*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-LightItalic.ttf') format('truetype');
}
/*Regular*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Italic.ttf') format('truetype');
}
/*Medium*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 500;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-MediumItalic.ttf') format('truetype');
}
/*Semi-Bold*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 600;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-SemiBoldItalic.ttf') format('truetype');
}
/*Bold*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-BoldItalic.ttf') format('truetype');
}
/*Extra-Bold*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 800;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-ExtraBoldItalic.ttf') format('truetype');
}
/*Black*/
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: italic;
  font-weight: 900;
  src: url('../Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-BlackItalic.ttf') format('truetype');
}