/*
Theme Name: Biryani Bistro
Theme URI: https://biryanibistro.com.np/staging/
Description: A child theme for Hello Elementor with custom code and dynamic sections for Biryani Bistro
Author: Xitiz Khanal
Author URI: https://xitizkhanal.netlify.app/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biryani-bistro
Tags: restaurant, food, dark-mode, custom-colors, responsive-layout
*/

/* 
This stylesheet imports the parent theme's styles first, then you can add custom styles below.
All custom CSS for your client's site should go below this line.
*/

@import url('../hello-elementor/style.css');

/* ============================================
   CUSTOM STYLES FOR BIRYANI BISTRO
   ============================================ */

/* Example: Custom section styling */
:root {
  --primary-color: #d9534f;
  --secondary-color: #f5f5f5;
  --text-dark: #333;
}

/* Add your custom styles below */