/*
Theme Name: SPMFG
Theme URI: https://spmfg.com
Author: DSRPTV Digital
Author URI: https://dsrptv.digital
Description: Custom WordPress theme for Special Products & Mfg., Inc. (SPMFG). Industrial Intelligence aesthetic. Tailwind-driven, single-file-per-page templates. No page builder, no block editor for layout.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 8.0
License: All Rights Reserved
License URI: https://spmfg.com
Text Domain: spmfg
*/

/*
  Tailwind CDN (Play mode) handles utility classes via functions.php.
  This file exists because WordPress requires style.css with a theme header.
  Custom CSS that doesn't fit Tailwind utilities goes here.
*/

html { background-color: #f7f9fb; color: #191c1e; }
body { font-family: "Inter", system-ui, sans-serif; margin: 0; }
