/*
    To change the theme of the application, place your custom colors into the root object below.
    Any other custom css can also be added here (ie. custom footer css) if needed.
*/

/*****************************************
  GLOBAL VUETIFY OVERRIDES
*****************************************/
/* :root {
    --v-primary-base: #060606 !important;
    --v-secondary-base: #e7f3fe !important;
    --v-accent-base: #075290 !important;
    --v-error-base: #FF5252 !important;
    --v-info-base: #2196F3 !important;
    --v-success-base: #4CAF50 !important;
    --v-button-base: #ffffff !important;
    --v-helpIcon-base: #075290 !important;
    --v-titleBar-base: #fff !important;
    --v-nav-base: #e7f3fe !important;
    --v-navText-base: #000000 !important;
    --v-navActiveButton-base: #060606 !important;
} */

/*****************************************
  FONT AWESOME OVERRIDES
*****************************************/
/* This will only override <i> not <v-icon> */
/* .fa {
    color: var(--v-accent-base) !important;
} */