/*
Theme Name: Long Tweets
Theme URI: https://longtweets.com/
Author: Long Tweets
Author URI: https://longtweets.com/
Description: Premium WordPress theme with standalone admin panel (Settings API, no Customizer), 16 tabs of control, PayPal + USDT payment system, WebP conversion, cache, ad management, and pixel-perfect MoneyPantry-style card grid.
Version: 5.0.0
Requires at least: 5.8
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: longtweets
Tags: blog, news, two-columns, three-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, sticky-post, rtl-language-support, custom-colors, custom-widgets, e-commerce
*/

/* Default CSS variables — overridden by /inc/settings/colors.php via wp_head. */
:root {
        --navy:       #0F172A;
        --navy-soft:  #334155;
        --gold:       #F0A500;
        --gold-lt:    #FFB92A;
        --gold-dim:   #8B6914;
        --coral:      #E8522A;
        --warm-white: #FAFAF8;
        --paper:      #F1F5F9;
        --paper-dk:   #E2E8F0;
        --white:      #FFFFFF;
        --ink:        #0F172A;
        --ink-mid:    #334155;
        --ink-soft:   #64748B;
        --rule:       rgba(15, 23, 42, 0.08);
        --sh-sm:      0 2px 14px rgba(15, 23, 42, 0.07);
        --sh-md:      0 8px 28px rgba(15, 23, 42, 0.10);
        --sh-lg:      0 18px 48px rgba(15, 23, 42, 0.14);
        --radius-sm:   6px;
        --radius-lg:   14px;
        --radius-pill: 999px;
        --font-display: "Newsreader", Georgia, serif;
        --font-body:    "Plus Jakarta Sans", system-ui, sans-serif;
        --max-width:   1200px;
        --nav-height:  66px;
}
