/*
Theme Name: VG Blank
Theme URI: https://iamvishalgupta.in
Author: Vishal Gupta
Author URI: https://iamvishalgupta.in
Description: A minimal blank-canvas theme for iamvishalgupta.in. All design is injected via WPCode snippets.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: vg-blank
*/

/* Reset — Strip all WordPress default styling */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: #0e0e10; color: #e0e0e0; line-height: 1.6; font-size: 16px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }

/* Remove WordPress admin bar spacing on frontend */
html { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
