/*
Theme Name: Gold Frank
Theme URI: https://goldfrank.io
Author: Gold Frank Team
Author URI: https://goldfrank.io
Description: Gold Frank (GLFK) — A premium, ultra-fast, RankMath-compatible WordPress theme for cryptocurrency and blockchain projects. Features a luxury gold aesthetic, live price tickers, tokenomics charts, roadmap sections, exchange widgets, and full SEO optimization.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goldfrank
Tags: crypto, blockchain, cryptocurrency, gold, dark, rtl-language-support, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

Gold Frank WordPress Theme — © 2025 Gold Frank. All rights reserved.
*/

/* ============================================
   GOLD FRANK — GLFK WORDPRESS THEME
   Full styles are loaded via assets/css/main.css
   This file is required by WordPress for theme registration.
   ============================================ */

:root {
  --gold-primary: #D4AF37;
  --gold-light: #F5D56E;
  --gold-bright: #FFD700;
  --gold-dark: #9A7B1A;
  --gold-muted: #B8972E;
  --black-deep: #030303;
  --black-rich: #0A0A0A;
  --black-card: #0F0F0F;
  --black-surface: #141414;
  --black-border: #1E1E1E;
  --text-primary: #F5F0E8;
  --text-secondary: #C8B89A;
  --text-muted: #7A6E5E;
  --green: #00D46A;
  --green-bright: #00FF88;
  --red: #FF3B5C;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--black-deep);
  color: var(--text-primary);
  overflow-x: hidden;
  line-height: 1.7;
}
