/*
Theme Name: Vibe Coding
Theme URI: https://vibecoding.my
Author: Vibe Coding Malaysia
Author URI: https://vibecoding.my
Description: Premium, SEO-focused and Elementor-optimized custom WordPress theme for Vibe Coding Malaysia — an AI-powered software development agency. Built for speed (Core Web Vitals), Elementor Pro, Yoast SEO, Fluent Forms and Fluent CRM.
Version: 1.0.0
Requires at least: 6.4
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: vibe-coding
Tags: business, portfolio, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
 * The full design system lives in assets/css/brand.css (enqueued in inc/enqueue.php).
 * This file only carries the required theme header plus a minimal safety reset so the
 * theme renders sanely even before brand.css loads.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

a {
  color: #2563eb;
}
