:root {
  --bg: #0d1117;
  --bg-card: #161b22;
  --border: #30363d;
  --text: #c9d1d9;
  --text-muted: #c9d1d9;
  --accent: #9ac6ff;
  --accent-text: #000000;
  --link: #9ac6ff;
  --danger: #fcbeba;
  --love: #ff8fbd;
  --brand-front: #ff9b3d;
  --brand-upload: #70b9ff;
  --danger-text: #000000;
  --warning: #e9ca7d;
  --warning-text: #000000;
  --success: #9ddea6;
  --success-text: #000000;
  --copy-flash: #1e2630;
}

:root {
  color-scheme: dark;
}
