/*
Theme Name: Falcon Provider
Theme URI: https://falconprovider.com
Author: Falcon Provider
Author URI: https://falconprovider.com
Description: Custom bare-metal cloud hosting theme for Falcon Provider. Built for WooCommerce checkout, RunCloud-powered hosting plans, PHP 7.4+ compatible, tested on current WordPress.
Version: 1.1.0
Requires at least: 6.0
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: falconprovider
Tags: e-commerce, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   Design tokens — "Flight" system
   ========================================================================== */
:root {
  --fp-bg: #0d1220;
  --fp-bg-alt: #0a0e18;
  --fp-panel: #161d2e;
  --fp-panel-alt: #1c2438;
  --fp-border: #262f45;

  --fp-amber: #f2a93b;
  --fp-amber-dim: #7a5a22;
  --fp-blue: #4c8cff;
  --fp-blue-dim: #2a4a8c;

  --fp-text: #edeff4;
  --fp-text-muted: #94a0b8;
  --fp-text-faint: #5c6884;

  --fp-success: #3ecf8e;
  --fp-danger: #e8615c;

  --fp-radius-sm: 6px;
  --fp-radius: 12px;
  --fp-radius-lg: 20px;

  --fp-font-display: 'Space Grotesk', 'Arial Narrow', sans-serif;
  --fp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --fp-font-mono: 'JetBrains Mono', 'Courier New', monospace;

  --fp-container: 1180px;
  --fp-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.55);
}

/* Minimal reset — bulk of design lives in assets/css/main.css */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--fp-bg);
  color: var(--fp-text);
  font-family: var(--fp-font-body);
  margin: 0;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; }
