:root {
  --batya-text: #171717;
  --batya-text-soft: #6b7280;
  --batya-bg: #faf8f6;
  --batya-surface: #f6f7f8;
  --batya-surface-2: #f1f3f5;
  --batya-border: #e5e7eb;
  --batya-accent: #111827;
  --batya-radius-sm: 10px;
  --batya-radius: 14px;
  --batya-radius-lg: 18px;
  --batya-shadow: none;
  --batya-container: 1280px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--batya-text);
  background: var(--batya-bg);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.75rem;
  line-height: 1.15;
  font-weight: 700;
}

p { margin: 0 0 1rem; }

.site-main { min-height: 60vh; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body, button, input, select, textarea { letter-spacing: -0.011em; }
