/* Dark theme tokens */
html[data-theme="dark"] {
  --body-bg: #030712;
  --heading: #ffffff;
  --text: #d9e4ff;
  --muted: #9aa9c9;
  --border: rgba(143, 112, 255, 0.22);
  --glass-bg: rgba(8, 17, 39, 0.74);
  --glass-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 14px 44px rgba(0, 0, 0, 0.24);
  --input-bg: rgba(4, 10, 24, 0.68);
  --footer-bg: rgba(3, 7, 18, 0.9);
  --timeline-dot: #080f24;
  --timeline-ring: rgba(8, 15, 36, 0.92);
}

html[data-theme="dark"] .glass-nav {
  background: rgba(3, 7, 18, 0.82);
}

/* My dark css start */
.contact-field-error{display:block;font-size:.875rem;line-height:1.35}.contact-form .is-invalid{border-color:#dc3545!important}
/* My dark css start */