/**
 * Typography & Text Styles - Minecraft Theme
 * Text, prices, titles, and typography enhancements
 */

/* Base Typography with Ubuntu Font */
* {
    font-family: 'Ubuntu', 'Roboto', 'Segoe UI', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* Turkish WooCommerce Text Overrides */
.woocommerce .woocommerce-loop-product__title {
    font-size: 1.1rem !important;
    color: var(--light-purple) !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3 !important;
}

.woocommerce .star-rating {
    color: var(--accent-purple) !important;
}

.woocommerce .price {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: var(--accent-purple) !important;
    margin-bottom: 1rem !important;
}

/* Loading Animation */
.woocommerce-loading::before {
    content: 'Yükleniyor...';
    color: var(--accent-purple);
    font-weight: 700;
}

/* Better text hierarchy with new text colors */
.woocommerce .product-category .woocommerce-loop-category__title,
.woocommerce .product .woocommerce-loop-product__title {
    color: var(--text-primary) !important;
    font-weight: 700 !important;
}

.woocommerce .price,
.woocommerce .product .price {
    color: var(--text-primary) !important;
    font-weight: 700 !important;
}

.woocommerce .product .price del {
    color: var(--text-secondary) !important;
    font-weight: 700 !important;
}
