/* EVA redesign base tokens */

:root {
    --eva-graphite: #292A2D;
    --eva-light-primary: #F5F6F7;
    --eva-light-secondary: #AEB5BE;
    --eva-accent: #BF3F3F;
}

html {
    background-color: #292A2D !important;
}

body {
    background-color: #292A2D !important;
}