/*
Theme Name: Weeva — Polymathia
Description: A custom theme for the Weeva "Polymathia" era. Built around the polymathic constraints of society — a grid of cages, signals and squares — with white standing in for transcendence. Includes editable hero, four-pillar system, a Sound (tracks) and Visuals library, all manageable from the Customizer and admin without touching code.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Author: Weeva
Text Domain: weeva-polymathia
*/

/* Base reset — full design system lives in assets/css/main.css (enqueued in functions.php) */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
