
/* Custom fonts */
@font-face {
  font-family: "Parc Place";
  src: url("https://viki.wiki/assets/ttf/Parc Place.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Torrance";
  src: url("https://viki.wiki/assets/ttf/Torrance.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  background: #ffffff;
  font-family: "Torrance", Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* Header font */
h1, h2, h3, h4, h5, h6,
header {
  font-family: "Parc Place.ttf", "Torrance", Verdana, Arial, sans-serif;
}

a {
  color: #cc0000;
}

a:visited {
  color: #990000;
}

.page {
  background: #ffffff;
  border: 2px solid #000000;
  box-shadow: none;
}

.page.active {
  box-shadow: none;
}

@media all and (max-width: 600px) {
  .main {
    width: 100%;
  }

  .page {
    width: calc(100% - 16px);
    margin: 8px;
  }

  .paper {
    padding: 16px;
  }
}
