/*
Theme Name: Delhi fastfood
Theme URI: https://delhifastfood.com/
Author: Delhi fastfood Tech Team
Author URI: https://delhifastfood.com/
Description: A modern, high-performance native WordPress theme for multi-store quick-service restaurants featuring Panipuri, Momos, Spring Rolls, Dahi Bhalle, Chat Papdi, real-time cart, interactive Spin & Win loyalty wheel, store selector, and point reward tiers.
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.7
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: delhi-fastfood
Tags: food, restaurant, e-commerce, multi-store, dark-mode, custom-menu, responsive-layout, theme-options
*/

:root {
  --color-brand-primary: #f59e0b;
  --color-brand-secondary: #ea580c;
  --color-brand-dark: #09090b;
  --color-brand-card: #18181b;
  --font-primary: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Playfair Display', Georgia, Cambria, serif;
  --font-mono: 'JetBrains Mono', monospace;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  padding: 0;
  background-color: #09090b !important;
  color: #f4f4f5 !important;
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Custom Scrollbars */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #09090b;
}
::-webkit-scrollbar-thumb {
  background: #27272a;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f59e0b;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
}

/* Wheel Canvas Smooth Transition */
#loyalty-wheel-canvas {
  transition: transform 4.5s cubic-bezier(0.15, 0.9, 0.25, 1);
}
