@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/100_fciconic_thin.woff') format('woff'),
      url('/fonts/100_fciconic_thin.woff2') format('woff2'),
      url('/fonts/100_fciconic_thin.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/200_fciconic_extralight.woff') format('woff'),
      url('/fonts/200_fciconic_extralight.woff2') format('woff2'),
      url('/fonts/200_fciconic_extralight.ttf') format('truetype');   
  font-weight: 200;
}

@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/300_fciconic_light.woff') format('woff'),
      url('/fonts/300_fciconic_light.woff2') format('woff2'),
      url('/fonts/300_fciconic_light.ttf') format('truetype');    
  font-weight: 300;
  font-weight: normal;
}

@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/400_fciconic_regular.woff') format('woff'),
      url('/fonts/400_fciconic_regular.woff2') format('woff2'),
      url('/fonts/400_fciconic_regular.ttf') format('truetype');

  font-weight: 400;
}

@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/500_fciconic_medium.woff') format('woff'),
      url('/fonts/500_fciconic_medium.woff2') format('woff2'),
      url('/fonts/500_fciconic_medium.ttf') format('truetype');   
  font-weight: 500;
  font-weight: bold;
}

@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/600_fciconic_semibold.woff') format('woff'),
      url('/fonts/600_fciconic_semibold.ttf') format('woff2'),
      url('/fonts/600_fciconic_semibold.ttf') format('woff2');    
  font-weight: 600;
}

@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/700_fciconic_bold.woff') format('woff'),
      url('/fonts/700_fciconic_bold.woff2') format('woff2'),
      url('/fonts/700_fciconic_bold.ttf') format('woff2');    
  font-weight: 700;
}

@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/800_fciconic_extrabold.woff2') format('woff'),
      url('/fonts/800_fciconic_extrabold.woff2') format('woff2'),
      url('/fonts/800_fciconic_extrabold.ttf') format('woff2');    
  font-weight: 800;
}

@font-face {
  font-family: 'Fc iconic';
  src: url('/fonts/900_fciconic_black.woff') format('woff'),
      url('/fonts/900_fciconic_black.woff2') format('woff2'),
      url('/fonts/900_fciconic_black.ttf') format('woff2');    
  font-weight: 900;
}

body * {
  font-family: 'Fc iconic';
}