/* Kraumail skin for Vaultwarden web-vault — overrides Bitwarden color tokens. */
:root, html, .theme_dark, .theme_light, body.theme_dark, body.theme_light {
  --color-background: 10 14 23 !important;
  --color-background-alt: 17 23 38 !important;
  --color-background-alt2: 24 32 47 !important;
  --color-background-alt3: 33 43 61 !important;
  --color-background-alt4: 17 23 38 !important;
  --color-primary-100: 29 46 99 !important;
  --color-primary-300: 47 107 240 !important;
  --color-primary-600: 91 140 255 !important;
  --color-primary-700: 170 195 239 !important;
  --color-secondary-100: 24 32 47 !important;
  --color-secondary-300: 42 53 72 !important;
  --color-secondary-500: 42 53 72 !important;
  --color-secondary-600: 33 43 61 !important;
  --color-secondary-700: 24 32 47 !important;
  --color-text-main: 233 238 249 !important;
  --color-text-muted: 170 182 205 !important;
  --color-text-contrast: 255 255 255 !important;
  --color-text-alt2: 255 255 255 !important;
  color-scheme: dark !important;
}
html, body { background: radial-gradient(1200px 600px at 50% -10%, #13233f 0%, #0a0e17 60%) !important; }
.tw-bg-background, .bg-background { background-color: rgb(10 14 23) !important; }
button.tw-bg-primary-600, .tw-bg-primary-600 { background-color: rgb(47 107 240) !important; }
