/* Robot-Lab — palette chaude (oranges/jaunes/verts) — distincte de IoT-Lab */
:root {
  --rl-orange: #f59e0b;
  --rl-yellow: #fde047;
  --rl-green:  #84cc16;
  --rl-bg:     #1c1917;
  --rl-bg-2:   #292524;
  --rl-text:   #fafaf9;
}

body {
  background-color: var(--rl-bg);
  color: var(--rl-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.text-warning { color: var(--rl-orange) !important; }
.bg-body-tertiary { background-color: var(--rl-bg-2) !important; }
.border-warning-subtle { border-color: rgba(245, 158, 11, 0.25) !important; }

a { color: var(--rl-orange); }
a:hover { color: var(--rl-yellow); }
