/*
 Theme Name:   Dubai Night
 Theme URI:    https://dubainightout.com/
 Description:  Child theme for Hello Elementor (Dubai Night)
 Author:       Dubai Night
 Author URI:   https://dubainightout.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  dubai-night
*/

/* Basic child theme overrides */
:root {
  --site-font: "Aventa", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--site-font) !important;
  color: #ffffff; /* subtle default to match 'night' theme */
  background-color: #1E1E1E;
}