body .v-theme--lightTheme {
    --v-theme-primary: 22, 39, 64;
    --v-theme-primaryLight: 243, 247, 255;
    --v-theme-primaryLighter: 246, 249, 255;
    --v-theme-secondary: 255, 255, 255;
    --v-theme-tertiary: 0, 0, 0;
    --v-theme-muted: 236, 238, 241;
    --v-theme-mutedLight: 237, 239, 242;
    --v-theme-mutedLighter: 242, 242, 244;
    --v-theme-accent: 50, 118, 219;
    --v-theme-accentLight: 97, 146, 220;

    --table-hover: #5eb8e515;
    --table-even-background: #edeff2;

    --primary: #162740;
    --lt-primary: #f3f7ff;
    --ltr-primary: #f6f9ff;
    --ltst-primary: #f7f9fd;
    --secondary: #ffffff;
    --tertiary: #000000;
    --muted: #515151;
    --lt-muted: #f1f1f1;
    --ltr-muted: #f9f9f9;
    --ltst-muted: #f9fafb;
    --accent: #3276db;
    --accent-2: #1df1de;
    --lt-accent: #6192dc;
    --ltr-accent: rgba(97, 146, 220, 0.1);
    --ltst-accent: #e0dcf9;
    --main: #f5f7fa;
    --lt-main: #e9ebee;
    --ltr-main: #ebf4fc;
    --ltst-main: #7b6fe8;
    --border-color: rgba(0, 0, 0, 0.16);
}