/*
Theme Name: Rogahar
Theme URI: https://rogahar.com
Author: Rogahar
Author URI: https://rogahar.com
Description: Premium Indian dry fruits, nuts, ghee, spices and honey e-commerce theme. Built for WooCommerce, mobile-first, responsive on all devices.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
WC requires at least: 8.0
WC tested up to: 9.0
Text Domain: rogahar
License: GNU General Public License v2 or later
License URI: LICENSE

IMPORTANT:
This file must contain ONLY this comment block. WordPress reads these
header lines to identify and list the theme in Appearance > Themes.
It does NOT need to contain any actual CSS rules — real styles are
loaded from assets/css/main.css via wp_enqueue_style() in
inc/enqueue.php. Do not add @import or CSS rules here; if you do,
some caching/optimization plugins will try to serve THIS file's
content directly and your real styles will not load.
*/


/* ============================================
   ROGAHAR — MASTER STYLESHEET
   Premium Indian Dry Fruits E-Commerce
   ============================================
   Structured for future conversion into a
   WordPress theme's style.css (with imports
   split into assets/css/*.css partials).
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,500;0,600;1,500&family=Inter:wght@400;500;600;700&display=swap');

@import url('assets/css/style.css');
@import url('base.css');
@import url('buttons.css');
@import url('header.css');
@import url('hero.css');
@import url('cards.css');
@import url('sections.css');
@import url('footer.css');
@import url('shop.css');
@import url('product-detail.css');
@import url('cart.css');
@import url('checkout.css');
@import url('cards-patch.css');
@import url('instagram.css');

/* Logo size */
.custom-logo-link {
    display: block !important;
}

.custom-logo-link img.custom-logo {
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
    max-height: none !important;
}