:root {
  /* High School Graduate Theme - Purple Base (Updated) */
  --primary-color: #6f00d3; /* Deep Purple */
  --primary-color-dark: #4b008f;
  --primary-color-light: #b063ff; /* Purple 3 */
  --secondary-color: #9e0fce; /* Purple 2 */
  --secondary-color-dark: #6f00d3;
  --nav-link-color: #6f00d3;
  --nav-link-hover-color: #9e0fce;
  --nav-link-selected-color: #4b008f;
  --text-color-on-primary: #fff;
  --text-color-dark: #31312f; /* Gray */
  --text-color-light: #595957;
  --text-color-subtle: #7a7a78;
  --hero-gradient-start: rgba(111, 0, 211, 0.8); /* #6f00d3 */
  --hero-gradient-end: rgba(158, 15, 206, 0.8);  /* #9e0fce */
  --section-bg: #fff;
  --body-bg: #f2f0ee; /* Off-white */
  --item-bg: #fff; 
  --item-hover-bg: #f8f1ff; 
  --border-color: #e6ccff;
  --border-color-light: #ddd;
  --border-color-dark: #999;
  --faq-item-bg: #fff;
  --faq-item-hover-bg: #f8f1ff;
  --faq-border-color: #e6ccff;
  --faq-icon-color: #6f00d3;
  --cta-button-color: #e6ccff;
  --cta-button-shadow: #9e0fce;
  --menu-button-bg: #6f00d3;
  --menu-button-hover-bg: #9e0fce;
  --menu-button-shadow: #4b008f;
  --entry-button-bg: #6f00d3;
  --entry-button-hover-bg: #b063ff;
  --job-list-bg: #f8f1ff;
  --job-list-hover-bg: #e6ccff;
  --job-posting-border: #9e0fce;
  --table-header-bg: #f8f1ff;
  --product-link-bg: #6f00d3;
  --product-link-hover-bg: #9e0fce;
  --swiper-nav-color: #6f00d3;
  --swiper-nav-hover-color: #9e0fce;
  --swiper-pagination-bullet-bg: #6f00d3;
  --swiper-pagination-bullet-active-bg: #9e0fce;
  --slide-overlay-bg: rgba(111, 0, 211, 0.6);
  --slide-overlay-hover-bg: rgba(158, 15, 206, 0.8);
  --org-chart-node-bg: #fff;
  --org-chart-node-hover-bg: #f2f0ee;
  --org-chart-node-border: #999;
  --org-chart-node-text: #31312f;
  --org-chart-line-color: #ccc;
  --interview-ask-border-color: #9e0fce;
}
