/*
Theme Name: Huibert Aalbers Clone
Theme URI: https://huibert-aalbers.com
Author: Antigravity
Author URI: https://google.com
Description: A custom WordPress theme cloning the design of huibert-aalbers.com.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: huibert-aalbers
*/

/* 
 * This file is required by WordPress but the main styles are loaded 
 * from index-bnBjkulb.css via functions.php.
 */

/* Custom Overrides (Polyfill for missing Tailwind classes) */
.gap-6 {
    gap: 1.5rem !important;
    /* 24px */
}

.pb-10 {
    padding-bottom: 2.5rem !important;
    /* 40px */
}

/* Polyfill for Carousel Dots */
.bg-gray-300 {
    background-color: #d1d5db !important;
}

.hover\:bg-gray-400:hover {
    background-color: #9ca3af !important;
}

/* Polyfill for Carousel Slides Responsiveness */
.carousel-slide {
    flex: 0 0 100%;
    min-width: 0;
    position: relative;
    aspect-ratio: 2 / 1;
}