:root {
  --bg: #0f1419;
  --panel: #1a2129;
  --panel2: #222c36;
  --line: #2e3a47;

  --txt: #e7edf3;
  --muted: #8a99a8;

  --primary: #ff7a18;
  --primary-hover: #ff8c34;
  --info: #3aa0ff;
  --success: #27c093;
  --danger: #e25563;
  --warning: #c98a18;

  --status-request: #8a99a8;
  --status-accepted: #3aa0ff;
  --status-waiting: #c98a18;
  --status-bought: #14b8a6;
  --status-done: #27c093;
  --status-absent: #6b7785;
  --lunch: #64748b;

  --text-on-primary: #ffffff;
  --text-on-info: #ffffff;

  --radius: 14px;
  --gap: 14px;

  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}
