.bg-brand-header {
    background-color: #9D162E;
}

.text-brand {
    color: #9D162E;
}

.border-brand {
    border-color: #9D162E;
}

.accent-brand {
    accent-color: #9D162E;
}

.esquema-etiqueta {
    font-family: ui-monospace, monospace;
    font-weight: 700;
}

@media print {
    @page {
        size: A4 landscape;
        margin: 12mm;
    }

    body {
        background: white !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
