#foot a {
  /* Change color for links in footer */
  color:var(--s-text-primary)!important;
}

/* Color variables */

:root {
  /* PRIMARY */
  --no-primary-50: #F7D4D2;
  --no-primary-100: #F2B3B0;
  --no-primary-200: #EA8882;
  --no-primary-300: #E46760;
  --no-primary-400: #DF473E;
  --no-primary-500: #D9261C; /* BRAND */
  --no-primary-600: #981B14;
  --no-primary-700: #62110D;
  
  /* SECONDARY */
  --no-secondary-50: #F7D4D2;
  --no-secondary-100: #EC938D;
  --no-secondary-200: #E15149;
  --no-secondary-300: #D9261C; /* BRAND */
  --no-secondary-400: #D5242D;
  --no-secondary-500: #821711;
  --no-secondary-600: #62110D;
  --no-secondary-700: #410B08;
  
  /* NEUTRAL */
  --no-neutral-0: #ffffff;
  --no-neutral-100: #f6f7f9;
  --no-neutral-200: #f0f2f4;
  --no-neutral-300: #e1e3ea;
  --no-neutral-400: #c4c9d4;
  --no-neutral-500: #a6adbf;
  --no-neutral-600: #6b7894;
  --no-neutral-650: #51616F;
  --no-neutral-700: #404859;
  --no-neutral-800: #2b303b;
  
  /* SEMANTIC */
  /* SUCCESS */
  --no-semantic-success-300: #e1f7d4;
  --no-semantic-success-400: #c4f0a8;
  --no-semantic-success-500: #a6e87d;
  --no-semantic-success-600: #245d00;
  --no-semantic-success-700: #2a401d;
  
  /* WARNING */
  --no-semantic-warning-300: #fff6df;
  --no-semantic-warning-400: #ffefc8;
  --no-semantic-warning-500: #ffe49e;
  --no-semantic-warning-600: #ffb700;
  --no-semantic-warning-700: #423004;
  
  /* ERROR */
  --no-semantic-error-300: #ffeded;
  --no-semantic-error-400: #fdd9d9;
  --no-semantic-error-500: #f7baba;
  --no-semantic-error-600: #b20202;
  --no-semantic-error-700: #660000;
  
  /* INFO */
  --no-semantic-info-300: #f0f2f4;
  --no-semantic-info-400: #e1e3ea;
  --no-semantic-info-500: #a6adbf;
  --no-semantic-info-600: #6b7894;
  --no-semantic-info-700: #404859;
  
  /* SUPPORTING */
  /* MINT */
  --no-supporting-mint-300: #DBEDDE;
  --no-supporting-mint-700: #1E3D24;
  
  /* SAND */
  --no-supporting-sand-300: #F9EBAA;
  --no-supporting-sand-700: #4C4005;
  
  /* PURPLE */
  --no-supporting-purple-300: #EDE2FD;
  --no-supporting-purple-700: #4507A2;
  
  /* CERULEAN */
  --no-supporting-cerulean-300: #BFE8FF;
  --no-supporting-cerulean-700: #004166;
  
  /* ORANGE */
  --no-supporting-orange-300: #FFEBCC;
  --no-supporting-orange-700: #E68A00;
  
  /* BADGES */
  /* SELECTION */
  --no-badges-selection: #004166;
  
  /* SUSTAINABLE */
  --no-badges-sustainable: #1E3D24;
  
  /* ASSEMBLY */
  --no-badges-assembly: #4C4005;
  
  /* NEW */
  --no-badges-new: #4507A2;
  
  /* PROMOTIONS */
  --no-badges-promotions: #D8345F;
  
  /* OUTLET */
  --no-badges-outlet: #E68A00;
}