@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&display=swap");
@import url("FA5PRO-master/css/solid.min.css");

html {
  background-color:#efefef;
  font-family:Roboto, sans-serif;
  --base-font-weight: 300;
}

body.preview {
  background-image:url('proto.png');
  background-position:center top;
  background-repeat:repeat-y;
  width:1920px;
  height:5494px;
  margin:auto;
}

#preview {
  position:fixed;
  top:15px;
  left:15px;
}
#preview span::before {
  content:"Show ";
}
.preview #preview span::before {
  content:"Hide ";
}

/**
 * we don't own Frutiger Com,
 * changing to Roboto for demo
 */
#nc-widget {
  font-family:Roboto, sans-serif;
  --base-font-weight: 300;
}