/*
Theme Name: Lucky Burger
Theme URI: https://luckyburger.se
Author: Lucky Burger Team
Author URI: https://luckyburger.se
Description: Professionellt WordPress-tema för Lucky Burger - Smashed burgers och goda drinkar på Andra Långgatan, Göteborg
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4
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: luckyburger
Tags: restaurant, food, elementor, custom-menu, custom-logo, responsive

Lucky Burger WordPress Theme
Built for use with Elementor Page Builder
Fully editable - no coding required!
*/

:root {
    --lucky-green: #52B788;
    --lucky-green-light: #74C69D;
    --dark: #0a0a0a;
    --dark-card: #1a1a1a;
    --dark-border: #2a2a2a;
    --cream: #f5f5f0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--dark);
    color: var(--cream);
    line-height: 1.6;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Ensure Elementor content displays properly */
.elementor-section {
    position: relative;
}

.elementor-widget-wrap {
    position: relative;
}
