/*
Theme Name: Dreamy Destinations
Theme URI: https://dreamydestinations.org
Author: DreamyDestinations
Description: A playful, colorful gaming theme designed for Kids Game Zone.
Version: 1.0
Text Domain: dreamy-theme
*/

/* Main CSS handling is done via Tailwind CDN in header.php */
body {
    font-family: 'Fredoka', sans-serif;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #d8b4fe;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #c084fc;
}