@import "../assets/fonts/Vazirmatn-UI-FD-font-face.css";


@font-face {
    font-family: BZar;
    src: url("../assets/fonts/BZar.ttf");
}

@font-face {
    font-family: BTitr;
    src: url("../assets/fonts/BTitr.ttf");
}

body {
    width: 80mm;
    max-width: 80mm;
    height: auto;
}


.customer--name {
    font-size: 4mm;
    text-align: center;
}

h3 {
    font-family: BTitr;
    font-size: 7mm;
}

strong {
    font-family: VazirmatnUIFD;
    font-size: 3.5mm;
}

span {
    font-family: VazirmatnUIFD, serif;
    font-size: 3.6mm;
}

table {
    margin-top: 2mm;
    width: 100%;
}

tr {
    text-align: center;
}

tr th {
    font-family: VazirmatnUIFD;
    font-size: 2.5mm !important;
}

tr td {
    font-family: VazirmatnUIFD;
    font-size: 3.5mm !important;

}

.address {
    font-family: VazirmatnUIFD;
    text-align: center;
    margin-top: 2mm;
    font-size: 3.3mm;
}

hr {
    color: black;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: 1px solid #000;
}

.amount {
    font-family: BTitr;
    font-size: 3.1mm;
}

.website-brand-bar {
    background-color: #444444 !important;
    background: #444444 !important;
    color: white;
}