/*
Theme Name: Visignature Motion
Theme URI: https://visignature.com/
Author: Visignature
Author URI: https://visignature.com/
Description: A stunning, fast, animated one-page business theme built for Visignature. Scroll reveals, animated hero, glass cards, mobile-first, editable via Customizer (WhatsApp number, email, hero text) and standard WordPress pages (About, Why Website, Contact).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visignature
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready, threaded-comments
*/

/* Base reset lives here so the theme still works even if the enqueued
   stylesheet fails to load for any reason. Full design system is in
   assets/css/main.css (enqueued in functions.php) to keep this file light. */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: #06070d;
	color: #eef0f6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
