/*
Theme Name:     Roblox Mod APK
Theme URI:      https://example.com/roblox-mod-apk
Author:         Custom
Author URI:     https://example.com
Description:    High-ranking content-driven landing site for Roblox Mod APK downloads. Dark gaming aesthetic with cyan/teal and amber accents.
Version:        1.0.0
Requires at least: 5.9
Tested up to:   6.4
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:    roblox-mod-apk
Tags:           one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, responsive-layout, theme-options, block-styles
*/

/* Base - Tailwind handles most styling. These are fallbacks and custom overrides */
:root {
  --color-primary: #06b6d4;
  --color-primary-dark: #0891b2;
  --color-accent: #f59e0b;
  --color-accent-dark: #d97706;
  --color-bg: #0f172a;
  --color-bg-card: #1e293b;
  --color-text: #f8fafc;
  --color-text-muted: #94a3b8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text);
}

.font-heading {
  font-family: 'Space Grotesk', sans-serif;
}
