/*
Theme Name: Sequence Consulting Dark Mode
Theme URI: https://example.com/sequence-consulting-theme
Author: Gemini
Description: A professional, dark-mode focused theme for Sequence Consulting LLC, leveraging Tailwind CSS for rapid styling.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sequence-consulting
Tags: dark-mode, professional, business
*/

/*
Since most styling is handled by Tailwind classes in index.php, 
this file primarily contains the WordPress theme metadata above.
*/
body { 
    /* Keep the Inter font fallback for consistency */
    font-family: 'Inter', sans-serif; 
}