/*
Theme Name: Neon Periodic Atlas Complete
Theme URI: https://example.com/neon-periodic-atlas-complete
Author: Kai Perry
Description: Complete interactive glowing periodic table plus STEM Surprise explorer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: neon-periodic-atlas-complete
*/

body {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  background: #1a1d22;
  color: #eef3ff;
}

.wp-fallback {
  width: min(100%, 980px);
  margin: 3rem auto;
  padding: 0 1rem 3rem;
}

.wp-fallback a {
  color: #85dbff;
}

.wp-fallback article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.wp-fallback h1,
.wp-fallback h2 {
  font-family: "Orbitron", "Space Grotesk", sans-serif;
}
