
@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb.eot');
    src: url('/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('/css/fonts/IRANSansWeb.woff2') format('woff2'), url('/css/fonts/IRANSansWeb.woff') format('woff'), url('/css/fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb_Bold.eot');
    src: url('/css/fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/IRANSansWeb_Bold.woff2') format('woff2'), url('/css/fonts/IRANSansWeb_Bold.woff') format('woff'), url('/css/fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'IRANSans',Tahoma, Arial, sans-serif;
}

/* هدر نارنجی ملایم */
.header-custom {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #ffffff;
}

.header-custom .navbar-brand {
    color: #ffffff !important;
}

.header-custom .nav-link {
    color: #fff3e0 !important;
}

.header-custom .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

/* دکمه‌های نارنجی هماهنگ با هدر */
.btn-primary {
    background-color: #f57c00 !important;
    border-color: #f57c00 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #e65100 !important;
    border-color: #e65100 !important;
}

.btn-outline-primary {
    color: #f57c00 !important;
    border-color: #f57c00 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #f57c00 !important;
    border-color: #f57c00 !important;
    color: #ffffff !important;
}

.btn-success {
    background-color: #fb8c00 !important;
    border-color: #fb8c00 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #f57c00 !important;
    border-color: #f57c00 !important;
}

.badge.bg-success,
.badge.bg-primary {
    background-color: #f57c00 !important;
}

a {
    color: #f57c00;
}

a:hover {
    color: #e65100;
}

/* فوتر با border نارنجی */
.footer-custom {
    border-top: 4px solid #ff9800;
}

.footer-custom a.text-light:hover {
    color: #ff9800 !important;
}

.product-card img { max-height: 120px; object-fit: cover; }
.btn-qty { min-width: 44px; }
@media (max-width: 576px){ .btn-add{ display:block; } .product-card .btn-group{ width:100%; } }
@media print {
    nav, .navbar, .btn, .d-print-none {
        display: none !important;
    }

    .container {
        max-width: 100% !important;
    }
}