body {
    --button-primary-background-color: black;
    --header-background-color: linear-gradient(to right, #262AFF 17.61%, #1CABFF 100%);
  
    --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;
    --primary-background-color: #262AFF;
  
  
  
    /* Home page */
  
    --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 */
    
  
  }