/*
Theme Name: Ring Rescue
Description: Custom WordPress theme for Ring Rescue medical device solutions. A lightweight, performance-optimized theme built with Tailwind CSS and Advanced Custom Fields.
Version: 1.0.5
Author: Ring Rescue Development Team
Text Domain: ring-rescue
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: Proprietary
*/

/* 
IMPORTANT: This file serves as the WordPress theme header for recognition.
The actual styles are now loaded from compiled Tailwind CSS files:

Main CSS files:
- assets/css/theme.css (compiled from theme.input.css) - Frontend styles
- assets/css/editor.css (compiled from editor.input.css) - Gutenberg editor styles

Build commands:
- npm run build (production build with minification)
- npm run watch (development with hot reload)
- npm run dev (alias for watch)

This legacy file loads AFTER Tailwind CSS to allow for overrides if needed.
*/

