/* тема: light */
:root{
  --bg: #f6f8fc;
  --bg-alt: #eceff5;
  --card: #ffffff;
  --card-2: #f0f3f9;
  --border: #d9e0ec;
  --text: #1a2230;
  --muted: #5d6878;
  --gold: #bf7d09;
  --green: #188a4b;
  --accent: #ff6a00;
  --radius: 8px;
  --font: system-ui, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-head: Georgia, 'Times New Roman', serif;
}
