/*
Theme Name:  Emordle
Theme URI:   https://github.com/your-org/emordle
Description: Minimal full-page theme for the Emordle game. The home page is the game — nothing else.
Version:     1.0.0
Author:      Your Name
Author URI:  https://yoursite.com
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emordle-theme
*/

/*
 * All meaningful styles live in the Emordle plugin's emordle.css.
 * This file is required by WordPress to recognise the theme — it
 * intentionally contains only the theme header and global resets.
 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #0f0f11;
  color: #e8e8f0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100dvh;
}

/* Remove default WP admin bar offset when the bar is visible */
html body.admin-bar {
  margin-top: 0 !important;
}
html body.admin-bar #wpadminbar {
  position: fixed;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
