/*
Theme Name: Tidkar Store
Theme URI: http://example.com/tidkar
Author: Custom Theme Developer
Author URI: http://example.com
Description: Custom WordPress theme built with TailwindCSS and AlpineJS for e-commerce, inspired by Muscat Store Perfumes.
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: tidkar
Tags: e-commerce, custom-colors, custom-menu, woocommerce
*/

/* Custom Base Styles */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

* {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

body {
    background-color: #f9fafb;
    color: #1f2937;
}

/* Custom Overrides */
.header-text-color {
    color: #8c2546 !important;
}

.category-text {
    color: #8c2546 !important;
}

.footer-background {
    background-color: #3f7082 !important;
}

.footer-text {
    color: #8c2546 !important;
}

[x-cloak] {
    display: none !important;
}
