/*
Theme Name: Convert Your Website to WordPress
Theme URI: https://convertyourwebsitetowordpress.com/
Author: Agent Zero & Winston the Architect
Description: An ultra-fast, minimalist, block-enabled custom WordPress theme engineered specifically to showcase the Twin-Vault Safe Passage migration service. Hand-crafted down to the pixel for visual parity, design sovereignty, and superior loading speed.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: convertyourwebsitetowordpress

This theme is coded cleanly by hand. It contains no bloated third-party page generators. All layouts run natively on the lightweight Gutenberg block editor.
*/

/* ==========================================================================
   1. Design Variables & System Colors
   ========================================================================== */
:root {
    --color-primary: #2563eb;       /* Trust-Engine Blue */
    --color-primary-dark: #1d4ed8;
    --color-secondary: #0f172a;     /* Deep Control-Room Navy */
    --color-accent: #10b981;        /* Secure Jade Green */
    --color-highlight: #f97316;     /* Warning Staging Orange */
    --color-bg-light: #ffffff;
    --color-bg-alt: #f8fafc;        /* Soft Slate */
    --color-text-main: #334155;     /* Charcoal Gray */
    --color-text-dark: #1e293b;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
