/*
Theme Name: CareerCore
Theme URI: https://sugardistillery.in
Author: SugarDistillery.in
Author URI: https://sugardistillery.in
Description: A fast, SEO-first WordPress theme built for job portals, company directories, recruitment sites, news and magazine publishers. Built for Core Web Vitals, AdSense-safe ad zones, and full schema markup out of the box.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: careercore
Tags: blog, news, job-board, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, translation-ready, wide-blocks

CareerCore is a premium-grade WordPress theme. All frontend styling is handled
through theme.json (global styles) and assets/css/*.css (component styles).
This file exists to satisfy WordPress's theme header requirement and to hold
the minimum resets needed before theme.json / enqueued styles load.
*/

/* Minimal reset — everything else is in assets/css/main.css, loaded via wp_enqueue_style() in inc/enqueue.php */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100% !important; height: auto !important; display: block; }
