/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

html, body {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}