/* тема: gold */
:root{
  --bg: #0d1117;
  --bg-alt: #11161f;
  --card: #161c27;
  --card-2: #1c2430;
  --border: #263041;
  --text: #e6edf3;
  --muted: #8b97a7;
  --gold: #e8b923;
  --green: #2ecc71;
  --accent: #e8b923;
  --radius: 14px;
  --font: -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-head: -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
