/**
 * CUSTOM STYLES
 * Add your custom CSS here - this file is for YOUR additions
 */

/* Example: Custom button style */
/*
.btn-custom {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.4);
}
*/

/* Add your styles below */

