/* stylelint-disable custom-property-pattern */
:root {
  --md-elevation-0: #121212;
  --md-elevation-1: #1e1e1e;
  --md-elevation-2: #232323;
  --md-elevation-3: #252525;
  --md-elevation-4: #272727;
  --md-elevation-6: #2c2c2c;
  --md-elevation-8: #2e2e2e;
  --md-elevation-12: #333333;
  --md-elevation-16: #363636;
  --md-elevation-24: #383838;
  --md-primary: #9fa8da;
  --md-secondary: #f48fb1;
  --md-background: #121212;
  --md-surface: #121212;
  --md-surface-disabled: rgb(255 255 255 / 12%);
  --md-error: #cf6679;
  --md-on-primary: #000;
  --md-on-primary-medium: rgb(0 0 0 / 74%);
  --md-on-primary-disabled: rgb(0 0 0 / 38%);
  --md-on-secondary: #000;
  --md-on-secondary-disabled: rgb(0 0 0 / 38%);
  --md-on-background: #fff;
  --md-on-surface: rgb(255 255 255 / 87%);
  --md-on-surface-medium: rgb(255 255 255 / 60%);
  --md-on-surface-disabled: rgb(255 255 255 / 38%);
  --md-on-error: #000;
  --md-outline: rgb(255 255 255 / 12%);
}