/*
Theme Name: Sprites Hub
Theme URI: https://spriteshub.com/
Author: Sprites Hub
Description: A purpose-built theme for the Sprites Hub game asset archive.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: spriteshub
*/

:root {
  color-scheme: dark;
}

html {
  min-height: 100%;
  background: #0d1114;
}

body {
  min-height: 100%;
  margin: 0;
  background: #0d1114;
  color: #edf4f6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

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

.spriteshub-page {
  min-height: 100vh;
}

.spriteshub-content > * {
  margin-block-start: 0;
}
