/*
Theme Name: Nomia Black
Theme URI: https://nomia.local
Author: Nomia
Description: Minimal black-only presentation theme for headless CMS usage.
Version: 0.50.0
Requires at least: 6.0
Tested up to: 6.9.4
Requires PHP: 8.4
Text Domain: nomia-black
*/

html {
  background: #fff;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #fff;
  color: #111;
}

body.nomia-black {
  display: block;
}

.nomia-black-screen {
  min-height: 100vh;
  background: #fff;
}
