/*
Theme Name: Pazhik
Theme URI: https://pazhik.com/wp-theme
Author: Pazhik Team
Author URI: https://pazhik.com
Description: Dark, API-driven storefront theme mirroring the Pazhik landing page. Built to pair with the Pazhik plugin and its customizer controls.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Text Domain: pazhik
Tags: custom-colors, custom-logo, custom-menu, one-column, rtl-language-support
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  color-scheme: dark;
  --surface: #0b0b0e;
  --surface-2: #131316;
  --surface-3: #1a1a1f;
  --text: #e5e7eb;
  --text-muted: #9ca3af;
  --border: #26262c;
  --brand-300: #fca5a5;
  --brand-400: #f87171;
  --brand-600: #dc2626;
  --brand-700: #b91c1c;
}

body {
  margin: 0;
  font-family: "Vazirmatn", "Inter", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--surface);
  color: var(--text);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}
