@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Overpass:200,300,400,500,600,700,800,900');

body {
  background: #19233f;
  font-family: 'Open Sans';
  
  color: #fff;
}

body.status {
  color: #fff;
}

h1, h2, h3, h4, h5, h6, .status.font-large {
  font-family: 'Overpass';
}