@media print { .v-application { background-color: transparent; } }
.v-theme--default a.simple-link { color: #005f7d; text-decoration: none; }
.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: #267b8b!important; }
.v-theme--default .bg-secondary a.simple-link { color: #000000 }
.v-theme--default .text-accent:not(.v-btn--disabled) { color: #1775c8!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 }

/* latin */
@font-face {
  font-family: Avenir_Regular;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/portal/api/font-assets/b331007c-2ca2-4eea-a401-b692657071d3) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin */
@font-face {
  font-family: Avenir-Heavy;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/portal/api/font-assets/68f857c4-63ef-4e97-87f5-d97900cfd345) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --d-body-font-family: Avenir_Regular !important;
  --d-heading-font-family: Avenir-Heavy !important;
}
  