/*
Theme Name: Style Tex Premium
Theme URI: https://styletex.store/
Author: Style Tex Team
Description: A minimalist luxury fashion theme inspired by StyleEcho. Designed for high-end Bangladeshi fashion.
Version: 3.0.0
Text Domain: style-tex
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;600;900&display=swap');

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: #ffffff; color: #1a1a1a; -webkit-font-smoothing: antialiased; }
.font-serif { font-family: 'Cormorant Garamond', serif; }

/* Custom Scrollbar */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #ffffff; }
::-webkit-scrollbar-thumb { background: #000000; }

/* WooCommerce Specific Fixes */
.woocommerce-message, .woocommerce-info { border-top-color: #000 !important; }
.woocommerce-message::before, .woocommerce-info::before { color: #000 !important; }
.button.wc-forward { background: #000 !important; color: #fff !important; text-transform: uppercase; font-size: 10px; letter-spacing: 2px; padding: 15px 30px !important; border-radius: 0 !important; }
