@font-face {
  font-family: "century-gothic";
  src: url(../fonts/CenturyGothic.ttf);
}

:root {
  --md-text-font: "century-gothic";
  --md-primary-fg-color: #2a7ae2;
}

.device-screenshot {
  max-height: 550px;
}

.console-screenshot {
  max-height: 550px;
  border : solid 1px #dadada;
}

.console-icon-screenshot {
  vertical-align: middle;
  max-height: 30px;
}
