/*
Theme Name: PowerZone Memari
Theme URI: https://powerzonememari.com
Author: PowerZone Memari
Author URI: https://powerzonememari.com
Description: A bold dual-tone (black + red) gym & fitness WordPress theme for PowerZone Memari. Elementor-compatible, fully responsive, with animated counters, scroll reveals, pricing plans, team & hall-of-fame showcases, FAQ and contact. Built for strength, bodybuilding and personal-training brands.
Version: 2.4.0
Requires at least: 5.8
Tested up to: 6.6
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: powerzone-memari
Tags: fitness, gym, dark, two-columns, full-width-template, custom-menu, custom-logo, featured-images, elementor, responsive
*/

/*
  Base styles live here so WordPress can read the theme header.
  The full design system is enqueued from assets/css/main.css (see functions.php).
*/

:root {
    --pz-bg: #141414;
    --pz-bg-alt: #1b1b1b;
    --pz-surface: #1f1f1f;
    --pz-surface-2: #262626;
    --pz-accent: #ef4444;
    --pz-accent-strong: #dc2626;
    --pz-accent-dark: #b91c1c;
    --pz-text: #f8fafc;
    --pz-muted: #a1a1aa;
    --pz-border: rgba(255, 255, 255, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--pz-bg);
    color: var(--pz-text);
    font-family: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--pz-accent);
    text-decoration: none;
}
