/*
Theme Name: Jazwal Photobooth Lead Gen
Theme URI: https://jazwal.top
Author: Jazwal Agency
Author URI: https://jazwal.top
Description: High-converting lead generation & growth agency theme engineered for photobooth rental businesses (360 Video, Glam DSLR, Mirror & Roamers). Fully compatible with WordPress Classic & Gutenberg Block Editor (Full Site Editing FSE).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jazwal-theme
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, wide-blocks, dark-mode
*/

/* Core CSS resets and variables for Jazwal Theme */
:root {
  --wp--preset--color--dark-900: #090a0f;
  --wp--preset--color--dark-800: #11131e;
  --wp--preset--color--brand-600: #e11d48;
  --wp--preset--color--brand-400: #fb7185;
}

html, body {
  background-color: #090a0f !important;
  color: #f1f5f9 !important;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* Custom styling & utilities */
.gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 50%, #fb7185 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-gradient-text {
  background: linear-gradient(135deg, #fb7185 0%, #e11d48 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-card {
  background: rgba(17, 19, 30, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
}

.editor-styles-wrapper {
  background-color: #090a0f !important;
  color: #f1f5f9 !important;
}
