/*
Theme Name: Fred AI CRM
Theme URI: https://example.com/fred-ai-crm
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme for Fred AI CRM — an AI Employee + CRM Assistant landing page. Features a modular section-based homepage, friendly orange-and-navy palette, and easily editable content blocks.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fred-ai-crm
Tags: business, custom-logo, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
*/

/*
 * Main visual styles live in assets/css/main.css (enqueued via functions.php).
 * This file exists primarily for the WordPress theme header above.
 * Minimal reset / fallback styles below.
 */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1a1a2e;
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
