@CHARSET "UTF-8";

@font-face {
  font-family: 'Fira Sans OT';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FiraSans-Regular.otf') format('opentype');
  src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
  src: url('../fonts/FiraSans-Regular.eot') format('embedded-opentype');
  src: url('../fonts/FiraSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Fira Sans OT';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/FiraSans-Medium.otf') format('opentype');
  src: url('../fonts/FiraSans-Medium.ttf') format('truetype');
  src: url('../fonts/FiraSans-Medium.eot') format('embedded-opentype');
  src: url('../fonts/FiraSans-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Fira Sans OT';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/FiraSans-Bold.otf') format('opentype');
  src: url('../fonts/FiraSans-Bold.ttf') format('truetype');
  src: url('../fonts/FiraSans-Bold.eot') format('embedded-opentype');
  src: url('../fonts/FiraSans-Bold.woff') format('woff');
}

/*
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/FiraSans-Light.otf') format('opentype');
  src: url('../fonts/FiraSans-Light.ttf') format('truetype');
  src: url('../fonts/FiraSans-Light.eot') format('embedded-opentype');
  src: url('../fonts/FiraSans-Light.woff') format('woff');
}


*/