/*
Theme Name: WANU Theme
Theme URI: https://connect-impact.example/
Author: CONNECT IMPACT
Author URI: https://connect-impact.example/
Description: WANU — premium modular WordPress framework theme with native builder architecture and Elementor Free compatibility.
Version: 6.0.0
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: wanu
*/

:root {
  --wanu-primary: #9b1c24;
  --wanu-secondary: #1f2329;
  --wanu-text: #24272b;
  --wanu-muted: #6b7280;
  --wanu-bg: #ffffff;
  --wanu-surface: #f6f7f8;
  --wanu-border: #e5e7eb;
  --wanu-radius: 14px;
  --wanu-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--wanu-text);
  background: var(--wanu-bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.wanu-container { width: min(100% - 40px, var(--wanu-container)); margin-inline: auto; }
.wanu-skip-link {
  position: fixed; left: 12px; top: -100px; z-index: 99999;
  padding: 10px 14px; background: #111; color: #fff; border-radius: 8px;
}
.wanu-skip-link:focus { top: 12px; }
