/*
Theme Name: FizzLab
Theme URI: https://fizzlab.net
Description: Minimal WordPress theme designed specifically for FizzLab drink menu template. Clean, lightweight, and optimized for the FizzLab menu display.
Version: 1.0.0
Author: FizzLab
Author URI: https://fizzlab.net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fizzlab
Tags: minimal, custom, menu, drinks
*/

/* Minimal reset - let the page template handle all styling */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
}

/* WordPress admin bar spacing */
html {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

/* Hide default WordPress elements that might interfere */
.site-header,
.site-footer,
.site-main,
.content-area,
.site-content {
  margin: 0;
  padding: 0;
}

/* Ensure no theme interference with template */
body.fizzlab-menu-page,
body.page-template-template-fizzlab-menu {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
