/* HesapHanem theme — warm amber palette, friendly serif accent for display headings. */
:root {
  --color-bg: #fffbf3;
  --color-surface: #fff4e0;
  --color-text: #2a1f0e;
  --color-text-muted: #6b5a3a;
  --color-border: #ecdcb8;
  --color-primary: #d97706;
  --color-primary-dark: #92400e;
  --color-primary-soft: #ffeccd;
  --color-accent: #ea580c;
  --color-success: #15803d;
  --color-danger: #b91c1c;
  --shadow-sm: 0 1px 2px rgba(146, 64, 14, .08);
  --shadow-md: 0 4px 16px rgba(146, 64, 14, .10);
  --shadow-lg: 0 12px 40px rgba(146, 64, 14, .15);
  --font-display: 'Georgia', 'Times New Roman', serif;
}

/* Brand-specific tweaks */
.brand-name { font-family: var(--font-display); letter-spacing: -.02em; }
.hero h1 { font-family: var(--font-display); }
.calc-grid-section h2,
.calc-header h1,
.calc-result h2 { font-family: var(--font-display); }
.calc-icon-lg { background: linear-gradient(135deg, #ffeccd 0%, #ffd9a3 100%); }
