@font-face {
  font-family: "ToshibaSat_8x8";
  src: url("/fonts/AcPlus_ToshibaSat_8x8.ttf") format("truetype");
}

@font-face {
  font-family: "ToshibaSat_8x16";
  src: url("/fonts/AcPlus_ToshibaSat_8x16.ttf") format("truetype");
}

:root {
  font-size: 24px;  
}

body {
  background: #200;
  color: #fee;
  font-family: "ToshibaSat_8x16", sans-serif;
  padding: 2rem;
  line-height: 1.5;
}

a:link {
  color: #ff0;
}

a:visited {
  color: #f90;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ToshibaSat_8x8", sans-serif;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.0rem;
}

img {
  max-width: 100%;
}

@media screen and (width >= 1200px) {
  img.cover {
    max-width: 800px;
  }
}