body {
    --button-primary-background-color: black;
    --secondary-background-color: #262AFF;
    --header-background-color: #ffd700;
  
    --default-font-family: 'GPCommerce-Regular';

    --text-azure-25: #266BFF;
    --footer-link-color: #ffffff;
    /* font-family: var(--gp-commerce-font-family) */
  
    /* Main Navigation */
  
  
  
    /* Side Navigation */
    /* --active-index-nav-main-menu-icon: #394046; */
    --active-index-subnav-item-color: #266BFF;
    --active-index-subnav-item-bgcolor: #E7EFFF;
  
  
  
    /* Home page */
  
    --header-search-content-color: #394046;
    --header-popular-search-hover-color: #858585;
    --topic-icon-background-color: #E5F4FF;

    --content-color: #266BFF;
  
  
    /* Articles by topic section */
  
  
  
  
    /* contact us section */
    --contact-us-background-color: #262AFF;
    /* --contact-us-color: #394046; */
  
  
    /* Devices section */
    --active-devices-tabs-background-color: #266BFF;
  
  
    /* Content sidenav */
    --active-content-nav-background: #266BFF;
    --active-content-nav-color: #ffffff;
  
  
    /* Search result page */
  
    --active-chip-background-color: #266BFF;
    --chip-background-color: #E7EFFF;
    --chip-text-color: #266BFF;
    --pagination-button-background-color: #266BFF;
  
    /* Footer */
    --footer-background-color: #000000;
    --footer-heading-link-color: #ffffff;
    --footer-text-color: #ffffff;
  
  }