/* тема: emerald */
:root{
  --bg: #0a1512;
  --bg-alt: #0e1b17;
  --card: #122019;
  --card-2: #182c22;
  --border: #21392e;
  --text: #e8f3ec;
  --muted: #8aa89a;
  --gold: #f0c674;
  --green: #34d399;
  --accent: #10b981;
  --radius: 20px;
  --font: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  --font-head: 'Trebuchet MS', 'Segoe UI', sans-serif;
}
