
/*
Theme Name: Quest Lookalike
Theme URI: https://example.com/
Author: ChatGPT for Eric Snyder (MIINC)
Author URI: https://example.com/
Description: A lightweight block-friendly theme that visually matches the Quest Health portal look (colors, spacing, inputs). No Salesforce functionality included.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quest-lookalike
Tags: custom-colors, block-styles, full-site-editing
*/

/* Basic resets */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
