/*
	--------------------------------------------------------------------------------
	Regiorama
	--------------------------------------------------------------------------------
*/
@font-face {
  font-family: "HelveticaNeueCondensed";
  src: url("fonts/HelveticaNeue-Condensed.ttf"); }
.RRFrame, .RRScreen {
  position: absolute;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.RRScreen {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #353535; }

.RRTitle {
  position: absolute;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-size: 50px;
  font-weight: normal;
  font-family: "HelveticaNeueCondensed";
  color: white; }

.RRTopic {
  position: absolute;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  font-weight: normal;
  font-family: "HelveticaNeueCondensed";
  color: white; }

/*# sourceMappingURL=regiorama.css.map */
