@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap");
.v-theme--light{--v-theme-primary:212,175,55;--v-theme-secondary:0,194,178;--v-theme-info:0,194,178;--v-theme-success:0,230,184;--v-theme-anchor:0,194,178}
.v-theme--dark{--v-theme-primary:212,175,55;--v-theme-secondary:0,194,178;--v-theme-success:0,230,184;--v-theme-background:11,13,16;--v-theme-surface:20,23,28}
.v-application,body{font-family:"Inter",system-ui,sans-serif!important}
h1,h2,h3,.v-toolbar-title,.text-h1,.text-h2,.text-h3,.text-h4,.text-h5,.text-h6{font-family:"Exo 2",system-ui,sans-serif!important;letter-spacing:.02em}
header.v-app-bar,.v-app-bar.v-toolbar{background:#0B0D10!important;color:#E8EAED!important}
.v-navigation-drawer{background:#14171C!important;color:#E8EAED!important}
.v-navigation-drawer .v-list-item--active,.v-navigation-drawer .v-list-item.text-primary{color:#D4AF37!important}
.v-btn.v-btn--variant-elevated.text-primary,.v-btn.bg-primary{background:#D4AF37!important;color:#0B0D10!important}
a,.v-btn--variant-text.text-primary{color:#00C2B2!important}
/* Abraxas wordmark in the app-bar title */
.v-toolbar-title__placeholder{color:transparent!important}
.v-toolbar-title__placeholder::before{content:"";display:inline-block;height:30px;width:170px;vertical-align:middle;background:url("/abx/abraxas-logo-dark.svg") left center/contain no-repeat}
/* Login card: Abraxas logo above the form */
.v-card.login-card::before,form.login::before{content:"";display:block;height:56px;margin:0 auto 18px;background:url("/abx/abraxas-logo-light.svg") center/contain no-repeat}
