/*
Theme Name:         Global Quotes
Theme URI:          https://globalquotes.us/
Author:             Engr Hammad Khurshid
Author URI:         https://www.hammadkhurshid.engineer
Description:        Conversion-focused WordPress theme for Global Quotes — verified, compliant leads backed by Trusted Form & Jornaya ID. Built for Gutenberg and Elementor with a component-driven, accessible, SEO-ready architecture.
Version:            1.4.0
Requires at least:  6.2
Tested up to:       6.6
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:        globalquotes
Domain Path:        /languages
Tags:               business, lead-generation, elementor, gutenberg, one-column, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready
*/

/*
 * Base styles live in /assets/css/main.css (enqueued from functions.php).
 * This file exists primarily for the WordPress theme header and any
 * minimal fallbacks required before the main stylesheet loads.
 */

:root {
    --gq-primary: #0D5EB4;
    --gq-accent: #45D8E0;
    --gq-ink: #0B1B2B;
    --gq-muted: #5B6B7B;
    --gq-bg: #FFFFFF;
    --gq-bg-alt: #F4F8FC;
    --gq-border: #E2E8F0;
}

body {
    margin: 0;
    font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--gq-ink);
    background: var(--gq-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.skip-link {
    position: absolute;
    left: -9999px;
    top: 1rem;
    background: var(--gq-primary);
    color: #fff;
    padding: .75rem 1.25rem;
    z-index: 99999;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.skip-link:focus {
    left: 1rem;
}
