/*
Theme Name: WisWits Hiring
Theme URI: https://wiswits.com
Author: WisWits Edutech Pvt. Ltd.
Author URI: https://wiswits.com
Description: A lightweight, professional WordPress theme purpose-built for the WisWits Advanced Internship Hiring System plugin. Clean SaaS/EdTech aesthetic, fast, fully responsive, accessible. Pairs with the plugin's [wiswits_hiring_form], [wiswits_test], and [wiswits_leaderboard] shortcodes.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.5
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: wiswits-hiring
Tags: education, business, one-column, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, blog
*/

/* ============================================================
 * Theme styles are split:
 *   - this file holds the WordPress style.css HEADER + reset only
 *   - main visual styles live in /assets/css/main.css
 *   - editor styles live in /assets/css/editor.css
 * The split keeps style.css cacheable and minimal for crawlers.
 * ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, svg, video { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
