/*
Theme Name: Steele Plastic Surgery
Theme URI: https://drthomassteele.com
Author: Thomas Steele, MD
Author URI: https://drthomassteele.com
Description: Lightweight production theme skeleton for a plastic surgery practice website.
Version: 1.2.1
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: steele-theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Primary styles live in assets/css/main.css.
This file must exist in the theme root for WordPress recognition.
*/

:root {
  --theme-fallback-bg: #f8f6f1;
  --theme-fallback-text: #1f1f1f;
}

body {
  background: var(--theme-fallback-bg);
  color: var(--theme-fallback-text);
  margin: 0;
}
