/* Banquer — paleta do jogos.banquer.com.br
   Classes repetidas de proposito: o Vuetify injeta o tema em runtime
   depois deste arquivo, entao precisamos ganhar por especificidade. */

.v-theme--dark.v-theme--dark.v-theme--dark {
  --v-theme-primary: 255,62,127;
  --v-theme-secondary: 95,227,245;
  --v-theme-accent: 95,227,245;
  --v-theme-background: 18,6,11;
  --v-theme-surface: 26,10,18;
  --v-theme-toplayer: 36,16,27;
  --v-theme-primary-lighten: 255,110,158;
  --v-theme-primary-darken: 201,25,90;
  --v-theme-secondary-lighten: 166,240,250;
  --v-theme-secondary-darken: 47,169,188;
}

.v-theme--light.v-theme--light.v-theme--light {
  --v-theme-primary: 176,17,78;
  --v-theme-secondary: 14,124,140;
  --v-theme-accent: 14,124,140;
  --v-theme-background: 247,244,245;
  --v-theme-surface: 255,255,255;
  --v-theme-toplayer: 237,230,233;
  --v-theme-primary-lighten: 214,42,109;
  --v-theme-primary-darken: 122,8,52;
  --v-theme-secondary-lighten: 45,164,181;
  --v-theme-secondary-darken: 9,88,99;
}

.r-v2.r-v2.r-v2 {
  --r-color-brand-primary: #ff3e7f;
  --r-color-brand-primary-hover: #ff6e9e;
  --r-color-brand-primary-pressed: #c9195a;
  --r-color-brand-secondary: #5fe3f5;
  --r-color-brand-secondary-hover: #a6f0fa;
  --r-color-brand-secondary-pressed: #2fa9bc;
  --r-color-brand-accent: #5fe3f5;
  --r-color-brand-accent-hover: #a6f0fa;
  --r-color-avatar-gradient: linear-gradient(135deg, #ff6e9e, #c9195a);
}

.r-v2.r-v2-dark.r-v2-dark { --r-color-bg: #12060b; }
