/*
Theme Name: Mustafa Cyber Timeless
Theme URI: https://mustafa.net
Author: Mustafa Ahmed
Author URI: https://mustafa.net
Description: Timeless editorial WordPress theme for cybersecurity & emerging technologies. System fonts, fast, accessible, Gutenberg-friendly.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mustafa-cyber
Tags: blog, news, custom-logo, custom-menu, featured-images, one-column, two-columns, editor-style, accessibility-ready
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

:root{
  --bg0:#060814;
  --bg1:#0A0F24;
  --text:#EAF0FF;
  --muted:rgba(234,240,255,.74);
  --muted2:rgba(234,240,255,.56);
  --stroke:rgba(255,255,255,.12);
  --panel:rgba(255,255,255,.06);
  --panel2:rgba(255,255,255,.09);
  --accent:#6CF6FF;
  --accent2:#A78BFA;
  --radius:18px;
  --radius2:24px;
  --shadow:0 12px 40px rgba(0,0,0,.45);
  --maxw:1200px;
  --pad:clamp(18px, 2.2vw, 28px);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
}
body{margin:0;background:var(--bg0);color:var(--text);font-family:var(--font);}
a{color:inherit}
