/*
Theme Name: Manul Studio All-In-One Theme
Theme URI: https://manulstudio.com
Author: Manul Studio
Author URI: https://manulstudio.com
Description: Version 2.0 cinematic 3D upgrade of the Manul Studio theme. WebGL Memory Portal stage, GSAP reel camera, Alpine UI, owner-only CMS (Worlds, Arcade, Vault, DevLogs). Drop-in replacement for 1.1.1 — zip this folder and upload in wp-admin.
Version: 2.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: manul-studio-theme
Tags: dark, custom-menu, featured-images, full-width-template, translation-ready

Upgrade of the Claude-made 1.1.1 theme (HTMX/Tailwind/Three stubs).
2.0 ships a real Three.js stage, WordPress permalinks (no HTMX SPA), and CMS post types.
*/

/* Tokens also live here so the theme header file is the source of brand color. */
:root {
  --ms-void: #16181f;
  --ms-ink: #1c1f28;
  --ms-grey: #2a2e3a;
  --ms-purple: #7a45f5;
  --ms-blue: #2f74ff;
  --ms-honey: #e4b44a;
  --ms-white: #f6f5f1;
  --ms-violet: #7a45f5;
  --ms-cyan: #2f74ff;
  --ms-amber: #e4b44a;
  --ms-mist: #f6f5f1;
  --ms-mute: #8f95a3;
  --ms-line: rgba(47, 116, 255, 0.32);
  --ms-font-display: "Orbitron", sans-serif;
  --ms-font-body: "Newsreader", "Times New Roman", serif;
  --ms-font-ui: "Rajdhani", sans-serif;
}
