@media print { .v-application { background-color: transparent; } }
.v-theme--default a.simple-link { color: #001a6f; text-decoration: none; }
.v-theme--default .bg-surface-inverse a.simple-link { color: #FFFFFF }
.v-theme--default .text-primary:not(.v-btn--disabled) { color: #001a6f!important; }
.v-theme--default .bg-primary a.simple-link { color: #FFFFFF }
.v-theme--default .text-secondary:not(.v-btn--disabled) { color: #005bff!important; }
.v-theme--default .bg-secondary a.simple-link { color: #FFFFFF }
.v-theme--default .text-accent:not(.v-btn--disabled) { color: #d13b01!important; }
.v-theme--default .bg-accent a.simple-link { color: #000000 }
.v-theme--default .bg-error a.simple-link { color: #FFFFFF }
.v-theme--default .text-info:not(.v-btn--disabled) { color: #BF4300!important; }
.v-theme--default .bg-info a.simple-link { color: #000000 }
.v-theme--default .text-success:not(.v-btn--disabled) { color: #2E7D32!important; }
.v-theme--default .bg-success a.simple-link { color: #000000 }
.v-theme--default .bg-warning a.simple-link { color: #FFFFFF }
.v-theme--default .bg-admin a.simple-link { color: #FFFFFF }

:root {
  --d-body-font-family: EDF !important;
  --d-heading-font-family: EDF !important;
}
  