/* Site theme — live version 1. Generated; edit it in ACP → Customization → Theme. */
html:root {
  color-scheme: light;
  --bg-dark: #f6f7f9;
  --bg-card: #ffffff;
  --bg-card-hover: #f0f2f5;
  --border: rgba(15, 23, 42, 0.12);
  --text: #111827;
  --text-muted: #4b5563;
  --text-dim: #6b7280;
  --accent: #2563eb;
  --accent-glow: #1d4ed8;
  --accent-secondary: #0f766e;
  --success: #15803d;
  --warning: #b45309;
  --danger: #dc2626;
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-size-base: 100%;
  --heading-scale-1: 1;
  --heading-scale-2: 1;
  --heading-scale-3: 1;
  --radius-scale: 0.8333;
  --density: 1;
}
