/* LARGE SCREEN */
@media only screen and (min-width: 800px) {
  .main-content > * {
    max-width: 900px;
    width: 70%;
    --max_width: 940px;
  }

  :root {
    --sidebar-width: 25em;
    --sidebar-radius: 0 0.75em 0.75em 0;
  }

  .card {
    padding: 1.25em !important;
    border-radius: 1em !important;
  }

  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }

  .title {
    font-size: 1.3em;
  }

  .authors {
    font-size: 1em;
  }

  .fandoms {
    font-size: 0.9em;
  }

  .stats {
    font-size: 0.8em;
  }

  .card {
    padding: 0.75em;
    margin: 0.5em;
    width: calc(100% - 1em) !important;
    max-width: calc(100% - 1em) !important;
  }

  .title-bar {
    padding: 0.5em;
    border-radius: 0;
  }
}

@media only screen and (pointer: coarse) {
  body {
    font: 100% system-ui;
  }
}
