/*
Theme Name: Manga Shell
Theme URI: https://example.com
Author: Custom
Description: Theme ringan untuk plugin manga JSON.
Version: 1.0.0
Text Domain: manga-shell
*/

html, body {
  margin: 0;
  padding: 0;
  background: #0b0b0f;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}