/*
Theme Name: Mohammed Hebah — Cyber Playground
Theme URI: https://modyhiba.com
Author: Mohammed Hebah
Author URI: https://www.instagram.com/47v4_
Description: Minimal, dark "Noir & Gold" one-page personal cybersecurity theme with an animated background and a built-in Firewall Runner mini game. Fully self-hosted assets, no external requests.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mohammed-hebah
Tags: one-column, custom-colors, custom-logo, custom-menu, editor-style, full-width-template, dark-mode-support
*/

/*
 * WordPress requires this file, but the real styling lives in
 * assets/css/theme.css (enqueued from functions.php).
 * Keep base/reset rules here only.
 */

:root {
  --bg: #0b0b0b;
  --fg: #f4f2ee;
  --gold: #ccac5a;
}

html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
}

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

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 16px;
  background: var(--gold);
  color: #111;
  border-radius: 999px;
}
