/* 
 * Custom CSS - Klant-specifieke styling
 * Dit bestand wordt NIET overschreven bij deployment updates.
 * 
 * Voeg hier je eigen styling toe om de webshop aan te passen.
 */

/* Voorbeeld: Custom kleuren 
:root {
  --bs-primary: #your-color;
}
*/

/* Voorbeeld: Custom navbar styling
.navbar {
  background-color: #your-color !important;
}
*/

/* Voorbeeld: Custom buttons
.btn-primary {
  background-color: #your-color;
  border-color: #your-color;
}
*/
