@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Thin.woff2");
  font-weight: 100;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-ExtraLight.woff2");
  font-weight: 200;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-DemiBold.woff2");
  font-weight: 600;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Black.woff2");
  font-weight: 800;
}

*,
body {
  font-family: "TT Commons";
}

.grid-view .table tr td:first-child,
.grid-view .table tr th:first-child {
  width: 100px;
}

pre {
  font-size: 12px;
  line-height: 1.4;
}