/**
 * ArtiVoc Custom Styles
 * 
 * Add your custom CSS overrides here.
 * This file is loaded after the main stylesheet.
 */

/* Example: Custom hover effects */
/*
.sample-card:hover .sample-image img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
*/

/* Example: Custom button styles */
/*
.btn-custom {
  background: var(--artivoc-gradient-accent);
  color: var(--artivoc-text);
}
*/
