@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-Black.ttf') format('truetype');
  font-weight: bolder;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-BlackItalic.ttf') format('truetype');
  font-weight: bolder;
  font-style: italic;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-Light.ttf') format('truetype');
  font-weight: light;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-LightItalic.ttf') format('truetype');
  font-weight: light;
  font-style: italic;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/rbs/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'JetBrainsMono';
  src: url('fonts/jb/webfonts/JetBrainsMono-Light.woff2') format('woff2'),
    url("fonts/jb/webfonts/JetBrainsMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrainsMono';
  src: url('fonts/jb/webfonts/JetBrainsMono-Regular.woff2') format('woff2'),
    url("fonts/jb/webfonts/JetBrainsMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrainsMono';
  src: url('fonts/jb/webfonts/JetBrainsMono-Medium.woff2') format('woff2'),
    url("fonts/jb/webfonts/JetBrainsMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrainsMono';
  src: url('fonts/jb/webfonts/JetBrainsMono-SemiBold.woff2') format('woff2'),
    url("fonts/jb/webfonts/JetBrainsMono-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrainsMono';
  src: url('fonts/jb/webfonts/JetBrainsMono-Bold.woff2') format('woff2'),
    url("fonts/jb/webfonts/JetBrainsMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
