/*
	Theme Name: The Dog Club
	Template: charlotte-dog-club
	Theme URI: https://cosmickmedia.com
	Author: Cosmick Media
	Author URI: mailto:support@cosmickmedia.com
	Version: 1.0.0
*/

/* ============================================
   Child Theme Stylesheet
   ============================================ */

/**
 * Base Styles
 * Add your custom styles below to override parent theme styles
 */

/* Body and Typography */
body {
	/* Add custom body styles here if needed */
}

/* Holiday Theme Enhancements */
.holiday-theme {
	/* Holiday-specific styling can be added here */
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
	/* Mobile-specific styles */
}

@media screen and (max-width: 480px) {
	/* Small mobile-specific styles */
}

/* Print styles */
@media print {
	/* Print-specific styles */
}