@media print { .v-application { background-color: transparent; } }
.v-theme--default a.simple-link { color: #005f7d; text-decoration: none; }
.v-theme--default .text-surface-inverse:not(.v-btn--disabled) { color: rgb(var(--v-theme-surface-inverse))!important; }
.v-theme--default .bg-surface-inverse a.simple-link { color: #FFFFFF }
.v-theme--default .text-primary:not(.v-btn--disabled) { color: #005f7d!important; }
.v-theme--default .bg-primary a.simple-link { color: #FFFFFF }
.v-theme--default .text-secondary:not(.v-btn--disabled) { color: #257787!important; }
.v-theme--default .bg-secondary a.simple-link { color: #000000 }
.v-theme--default .text-accent:not(.v-btn--disabled) { color: #156bb6!important; }
.v-theme--default .bg-accent a.simple-link { color: #000000 }
.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-warning:not(.v-btn--disabled) { color: #8B2500!important; }
.v-theme--default .bg-warning a.simple-link { color: #FFFFFF }
.v-theme--default .text-error:not(.v-btn--disabled) { color: #B71C1C!important; }
.v-theme--default .bg-error a.simple-link { color: #FFFFFF }
.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 .text-admin:not(.v-btn--disabled) { color: #B71C1C!important; }
.v-theme--default .bg-admin a.simple-link { color: #FFFFFF }

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