/* ── HSCScience — Year 9 Unit 3 Energy Theme ─────────────── */
:root {
  --primary: #0369a1;
  --primary-mid: #0ea5e9;
  --accent: #0ea5e9;
  --accent-dark: #0284c7;
  --warning: #d97706;
  --danger: #dc2626;
  --bg: #f0f9ff;
  --surface-solid: #ffffff;
  --text: #0c4a6e;
  --text-muted: #475569;
  --text-light: #64748b;
  --border-2: #bfdbfe;
  --radius: 14px;
  --radius-sm: 8px;
}
