@font-face {
  font-family: 'Pill Gothic 600mg Semibd';
  src: url('../fonts/PillGothic600mg-Semibd.woff') format('woff');
}

@font-face {
  font-family: 'Pill Gothic 600mg Regular';
  src: url('../fonts/PillGothic600mg-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Pill Gothic 600mg Light';
  src: url('../fonts/PillGothic600mg-Light.woff') format('woff');
}

body {
  
  margin: 0;
  padding: 0;
  font-family: 'Pill Gothic 600mg Regular', monospace;
  background: #f4f4f4;

}




/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }