/*
Theme Name: Mello's Tax Preparation LLC
Theme URI: https://mellostaxprep.com
Author: Mello's Tax Preparation LLC
Author URI: https://mellostaxprep.com
Description: Single-page professional tax preparation, credit repair, and business formation theme for Mello's Tax Preparation LLC.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, theme-options
*/

/* Pattern A — direct hex CSS variables (overridden by theme mods + customizer preview). */
:root {
  --background: #ffffff;
  --foreground: #091624;
  --primary: #091624;
  --secondary: #f4f7f9;
  --accent: #0e8c8c;
  --muted: #e9eff3;
  --muted-foreground: #4a5a69;
  --card: #ffffff;
  --card-foreground: #091624;
  --border: #dce4ea;
  --input: #dce4ea;
  --ring: #0e8c8c;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --surface: #f4f7f9;
  --ink: #091624;
  --ivory: #f6f8fa;
  --clay: #0e8c8c;
  --burgundy: #123449;
  --taupe: #93a3b1;
  --mute: #6b7c8b;
  --subtle: #4a5a69;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
}

#tmt-app {
  min-height: 100vh;
}
