/*
Theme Name: Weightwatchers Pro
Theme URI: https://github.com/swiftbuilder-projects/weightwatchers
Description: A premium, high-performance theme for Weightwatchers.
Version: 1.0.0
Author: Antigravity
Author URI: https://github.com/swiftbuilder-projects/
Text Domain: weightwatchers-pro
*/

/* Base Styles */
:root {
  --primary: #d4e12e; /* Logo Yellow-Lime */
  --secondary: #1a8a2a; /* Logo Green */
  --primary-glow: rgba(212, 225, 46, 0.4);
  --bg-dark: #000000;
  --bg-card: #0a0a0a;
  --text-white: #ffffff;
  --text-gray: #a0a0a0;
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
}

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

body {
  background-color: var(--bg-dark);
  color: var(--text-white);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}

ul {
  list-style: none;
}
