@font-face {
  font-family: 'Fira Code';
  src: url('/fonts/Fira_Code/static/FiraCode-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: url('/fonts/Fira_Code/static/FiraCode-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: url('/fonts/Fira_Code/static/FiraCode-Light.ttf');
  font-weight: 300;
  font-style: normal;
}