/*
Theme Name: AboutHire Editorial
Theme URI: https://abouthire.com/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: Custom WordPress theme for AboutHire with a branded homepage, dynamic blog archive, and post templates.
Version: 1.0.3
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: abouthire-editorial
*/

/*
  The main theme styles are loaded from assets/css via functions.php.
  This file exists for WordPress theme registration and shared editor-safe fallbacks.
*/

html {
  box-sizing: border-box;
}

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