/*
Theme Name: Ballad Of The Thulhu
Theme URI: https://openmindstudios.games/
Author: Open Mind Studios
Author URI: https://openmindstudios.games/
Description: A dark, atmospheric Lovecraftian theme for The Ballad Of The Thulhu — frosted-glass cards over full-bleed parallax backgrounds, heavy display type, pill buttons. Built as a classic theme with a one-page front layout and standard blog support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ballad-thulhu
*/

/* ============================================================
   The actual styles live in assets/css/main.css (enqueued in
   functions.php). This file only needs the header above to be
   a valid theme, but we mirror the base reset here too.
   ============================================================ */

:root{
  --ink:#0a0a0a;
  --dark:#1e1e1e;
  --purple:#6632ff;
  --purple-soft:#9a86ff;
  --orange:#F79007;
  --paper:#ffffff;
  --frost:rgba(20,18,30,.55);
  --frost-border:rgba(255,255,255,.14);
  --maxw:1200px;
  --pad:clamp(20px,5vw,80px);
}
*{box-sizing:border-box}
body{margin:0}
