/**
 * Custom CSS for Hummingbird Child Theme
 * 
 * Add your custom styles here.
 * This file will be loaded after all parent theme styles.
 */

/* Example: Custom colors */
/*
:root {
  --primary-color: #0b69f6;
  --secondary-color: #212529;
}
*/

/* Example: Custom header styles */
/*
.header-top {
  background-color: #f5f5f5;
}
*/

/* Example: Custom button styles */
/*
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
*/

/* Add your custom CSS below */
