/*
Theme Name: GlucoTrack
Theme URI: https://example.com/glucotrack
Author: GlucoTrack
Author URI: https://example.com
Description: A warm, clean theme for people managing type 2 diabetes. Track blood work (HbA1c, lipids, kidney, liver, blood pressure, weight), see trends on charts, and generate weekly diabetic-friendly meal plans with recipes and a categorized shopping list. GlucoTrack is a personal tracking tool, not medical advice.
Version: 1.0.0
Requires at least: 5.8
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: glucotrack
Tags: custom-colors, custom-menu, featured-images, one-column, accessibility-ready
*/

/* Minimal base reset; the full design lives in assets/css/theme.css. */
@import url("assets/css/theme.css");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}
