:root {
  /* Career Theme (Default) */
  --primary-color: #003366;
  --primary-color-dark: #00264d;
  --primary-color-light: #004080;
  --secondary-color: #0c64c2;
  --secondary-color-dark: #0056b3;
  --nav-link-color: #003366;
  --nav-link-hover-color: #0055a4;
  --nav-link-selected-color: #001133;
  --text-color-on-primary: #fff;
  --text-color-dark: #333;
  --text-color-light: #555;
  --text-color-subtle: #666;
  --hero-gradient-start: rgba(135, 206, 235, 0.8);
  --hero-gradient-end: rgba(70, 130, 180, 0.8);
  --section-bg: #fff;
  --body-bg: #f0f0ff;
  --item-bg: #f8f9fa;
  --item-hover-bg: #eef4f9;
  --border-color: #e0e0e0;
  --border-color-light: #ddd;
  --border-color-dark: #999;
  --faq-item-bg: #f8f9fa;
  --faq-item-hover-bg: #eef4f9;
  --faq-border-color: #e0e0e0;
  --faq-icon-color: #003366;
  --cta-button-color: #0e4377;
  --cta-button-shadow: #00264d;
  --menu-button-bg: #0c64c2;
  --menu-button-hover-bg: #0e4377;
  --menu-button-shadow: #00264d;
  --entry-button-bg: #004080;
  --entry-button-hover-bg: #0056b3;
  --job-list-bg: #f0f4f8;
  --job-list-hover-bg: #e1eaf1;
  --job-posting-border: #0056b3;
  --table-header-bg: #f0f4f8;
  --product-link-bg: #003366;
  --product-link-hover-bg: #0056b3;
  --swiper-nav-color: #003366;
  --swiper-nav-hover-color: #0056b3;
  --swiper-pagination-bullet-bg: #003366;
  --swiper-pagination-bullet-active-bg: #0056b3;
  --slide-overlay-bg: rgba(0, 0, 0, 0.6);
  --slide-overlay-hover-bg: rgba(0, 51, 102, 0.8);
  --org-chart-node-bg: #fff;
  --org-chart-node-hover-bg: #f0f8ff;
  --org-chart-node-border: #999;
  --org-chart-node-text: #333;
  --org-chart-line-color: #ccc;
  --interview-ask-border-color: #7070A0;
}