// Varfont
@font-face {
  font-family: 'gts-varfont';
  font-weight: bold;
  src: url("/shared/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'gts-varfont';
  font-weight: lighter;
  src: url("/shared/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'gts-varfont';
  font-style: italic;
  src: url("/shared/fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'gts-varfont';
  font-weight: normal;
  src: url("/shared/fonts/Roboto-Regular.ttf") format("truetype");
}

// Monofont
@font-face {
  font-family: 'gts-monofont';
  font-style: normal;
  font-weight: normal;
  src: url('/shared/fonts/RobotoMono-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'gts-monofont';
  font-style: normal;
  font-weight: bold;
  src: url('/shared/fonts/RobotoMono-Bold.ttf') format('truetype');
}

@font-face {
  font-family:'FontAwesome';
  src:url('/shared/fonts/fontawesome-webfont.ttf');
}
