:root {
  --td-blue: #005ca8;
  --td-blue-dark: #12385b;
  --td-text: #243444;
  --td-muted: #5b6573;
  --td-border: #e5e7eb;
  --td-bg-soft: #f5f8fc;
  --td-container: 1240px;
  --td-header-height: 42px;
  --td-menu-color: #6f7680;
  --td-menu-hover: rgb(99, 168, 235);
  --td-hero-left: 100px;
  --td-hero-top: 150px;
  --td-cta-bg: #ffffff;
  --td-cta-text: #12385b;
  --td-cta-border: rgba(18, 56, 91, 0.18);
  --td-cta-hover-bg: rgb(99, 168, 235);
  --td-cta-hover-text: #ffffff;
}