@font-face {
  font-family: 'Tahoma';
  src: url('fonts/Tahoma.eot');
  src: local('Tahoma'),
  url('fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
  url('fonts/Tahoma.woff') format('woff'),
  url('fonts/Tahoma.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tahoma';
  src: url('fonts/Tahoma-Bold.eot');
  src: local('Tahoma Bold'), local('Tahoma-Bold'),
  url('fonts/Tahoma-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Tahoma-Bold.woff') format('woff'),
  url('fonts/Tahoma-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik LC Web';
  src: local('Graphik LC Web'), url(fonts/GraphikLCG-Black.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url('fonts/SFProText-Regular.ttf') format('truetype');
  font-style: normal;
}