/*
Theme Name:  Asif's Melting Pot
Theme URI:   https://asifsmeltingpot.com
Author:      Asif's Melting Pot
Author URI:  https://asifsmeltingpot.com
Description: Custom WordPress theme for Asif's Melting Pot — Halal Comfort Food restaurant in Lawrenceville, GA. Built for full Elementor compatibility and plugin extensibility.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asifs-melting-pot
Tags:        restaurant, food, halal, elementor, one-page, custom-menu, custom-logo, featured-images, full-width-template
*/

/* Theme base — all real styles are in assets/css/theme.css */
/* Elementor overrides and global resets live here too     */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1c1917; background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* Elementor canvas/full-width override */
.elementor-page .site-header,
.elementor-page .site-footer { display: flex; }
