/* Premium Casino Fonts Override */
:root {
  --font-heading: 'Cinzel', serif;
  --font-secondary: 'Playfair Display', serif;
  --font-body: 'Montserrat', sans-serif;
}

/* Heading Styles */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-family: var(--font-secondary) !important;
  font-size: 1.5rem;
  font-style: italic;
}

/* Body Text */
body, p, span, div, a, button,
.elementor-widget-text-editor,
.elementor-button,
.cookie-text {
  font-family: var(--font-body) !important;
  font-weight: 400;
}

/* Strong/Bold Text */
strong, b {
  font-weight: 600;
}

/* Navigation Menu */
.elementor-nav-menu a {
  font-family: var(--font-body) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* Buttons */
.elementor-button,
.cookie-btn {
  font-family: var(--font-body) !important;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Special Text Elements */
.elementor-widget-rating,
.elementor-icon {
  font-family: var(--font-body) !important;
}

/* Site Logo Text */
.elementor-widget-theme-site-title a {
  font-family: var(--font-heading) !important;
  font-weight: 700;
  letter-spacing: 1.5px;
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
}

