@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    src: local('Vazirmatn'), url('https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78T9N1oD4f0BvEoYf.woff2') format('woff2');
}

body {
    font-family: 'Vazirmatn', sans-serif;
    background-color: #f6f7fb;
}

.brand-title {
    font-weight: 700;
}

.rtl {
    direction: rtl;
}

.table thead th {
    white-space: nowrap;
}

.low-stock {
    background-color: #fff3cd;
}

.negative-profit {
    color: #dc3545;
    font-weight: 700;
}

.badge-active {
    background-color: #198754;
}

.badge-inactive {
    background-color: #6c757d;
}

.spinner-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    display: none;
}

.inline-edit {
    border-bottom: 1px dashed transparent;
    cursor: pointer;
}

.inline-edit:focus {
    outline: none;
    border-bottom-color: #0d6efd;
    background-color: #fff;
}

.footer-brand {
    font-size: 0.9rem;
    color: #6c757d;
}
