:root {
    --theme: #ed1b24;
    --theme2: #ee3137;
    --chart-primary-color: #ed1b24;
    --chart-secondary-color: #7F7F7F;
}
.btn-warning {
    background-color: var(--theme2) !important;
    border-color: var(--theme2)!important;
}
@font-face{
    font-family: 'd-din-pro';
    font-style: normal;
    font-weight: 400;
    src: url('../font/d-din-pro/D-DIN-PRO-400-Regular.otf');
}
@font-face{
    font-family: 'd-din-pro-bold';
    font-style: normal;
    font-weight: 400;
    src: url('../font/d-din-pro/D-DIN-PRO-700-Bold.otf');
}
/* region login */
.auth.auth-bg-theme {
    background: url(../images/fondo.png) no-repeat;
    background-size: cover;
}

.border-primary {
    border-color: var(--theme) !important;
}

.border-secondary {
    border-color: var(--chart-secondary-color) !important;
}

/* endregion login */
:root, body, .sidebar, button, .btn, p, table,.navbar.default-layout {
    font-family: "d-din-pro", serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.table thead th {
    font-family: "d-din-pro-bold", serif !important;
}