:root {
  --md-source: #19487f;
  /* primary */
  --md-ref-palette-primary0: #000000;
  --md-ref-palette-primary10: #001c3b;
  --md-ref-palette-primary20: #003060;
  --md-ref-palette-primary25: #003b73;
  --md-ref-palette-primary30: #004787;
  --md-ref-palette-primary35: #0a5399;
  --md-ref-palette-primary40: #215fa6;
  --md-ref-palette-primary50: #4178c1;
  --md-ref-palette-primary60: #5d92dd;
  --md-ref-palette-primary70: #79adf9;
  --md-ref-palette-primary80: #a6c8ff;
  --md-ref-palette-primary90: #d5e3ff;
  --md-ref-palette-primary95: #ebf1ff;
  --md-ref-palette-primary98: #f9f9ff;
  --md-ref-palette-primary99: #fdfbff;
  --md-ref-palette-primary100: #ffffff;
  /* secondary */
  --md-ref-palette-secondary0: #000000;
  --md-ref-palette-secondary10: #211c00;
  --md-ref-palette-secondary20: #383000;
  --md-ref-palette-secondary25: #443b00;
  --md-ref-palette-secondary30: #514700;
  --md-ref-palette-secondary35: #5e5300;
  --md-ref-palette-secondary40: #6c5e00;
  --md-ref-palette-secondary50: #877700;
  --md-ref-palette-secondary60: #a39118;
  --md-ref-palette-secondary70: #bfac34;
  --md-ref-palette-secondary80: #dcc74d;
  --md-ref-palette-secondary90: #f9e366;
  --md-ref-palette-secondary95: #fff1b2;
  --md-ref-palette-secondary98: #fff9eb;
  --md-ref-palette-secondary99: #fffbff;
  --md-ref-palette-secondary100: #ffffff;
  /* tertiary */
  --md-ref-palette-tertiary0: #000000;
  --md-ref-palette-tertiary10: #3c0700;
  --md-ref-palette-tertiary20: #5f1604;
  --md-ref-palette-tertiary25: #6e210d;
  --md-ref-palette-tertiary30: #7d2c17;
  --md-ref-palette-tertiary35: #8d3721;
  --md-ref-palette-tertiary40: #9c432c;
  --md-ref-palette-tertiary50: #bc5a42;
  --md-ref-palette-tertiary60: #dc7358;
  --md-ref-palette-tertiary70: #fc8c70;
  --md-ref-palette-tertiary80: #ffb4a2;
  --md-ref-palette-tertiary90: #ffdad2;
  --md-ref-palette-tertiary95: #ffede9;
  --md-ref-palette-tertiary98: #fff8f6;
  --md-ref-palette-tertiary99: #fffbff;
  --md-ref-palette-tertiary100: #ffffff;
  /* neutral */
  --md-ref-palette-neutral0: #000000;
  --md-ref-palette-neutral10: #1a1c1e;
  --md-ref-palette-neutral20: #2f3033;
  --md-ref-palette-neutral25: #3a3b3e;
  --md-ref-palette-neutral30: #46474a;
  --md-ref-palette-neutral35: #515256;
  --md-ref-palette-neutral40: #5e5e62;
  --md-ref-palette-neutral50: #76777a;
  --md-ref-palette-neutral60: #909094;
  --md-ref-palette-neutral70: #ababae;
  --md-ref-palette-neutral80: #c7c6ca;
  --md-ref-palette-neutral90: #e3e2e6;
  --md-ref-palette-neutral95: #f1f0f4;
  --md-ref-palette-neutral98: #faf9fd;
  --md-ref-palette-neutral99: #fdfbff;
  --md-ref-palette-neutral100: #ffffff;
  /* neutral-variant */
  --md-ref-palette-neutral-variant0: #000000;
  --md-ref-palette-neutral-variant10: #181c22;
  --md-ref-palette-neutral-variant20: #2d3038;
  --md-ref-palette-neutral-variant25: #383b43;
  --md-ref-palette-neutral-variant30: #43474e;
  --md-ref-palette-neutral-variant35: #4f525a;
  --md-ref-palette-neutral-variant40: #5b5e66;
  --md-ref-palette-neutral-variant50: #74777f;
  --md-ref-palette-neutral-variant60: #8d9199;
  --md-ref-palette-neutral-variant70: #a8abb4;
  --md-ref-palette-neutral-variant80: #c4c6cf;
  --md-ref-palette-neutral-variant90: #e0e2ec;
  --md-ref-palette-neutral-variant95: #eef0fa;
  --md-ref-palette-neutral-variant98: #f9f9ff;
  --md-ref-palette-neutral-variant99: #fdfbff;
  --md-ref-palette-neutral-variant100: #ffffff;
  /* error */
  --md-ref-palette-error0: #000000;
  --md-ref-palette-error10: #410002;
  --md-ref-palette-error20: #690005;
  --md-ref-palette-error25: #7e0007;
  --md-ref-palette-error30: #93000a;
  --md-ref-palette-error35: #a80710;
  --md-ref-palette-error40: #ba1a1a;
  --md-ref-palette-error50: #de3730;
  --md-ref-palette-error60: #ff5449;
  --md-ref-palette-error70: #ff897d;
  --md-ref-palette-error80: #ffb4ab;
  --md-ref-palette-error90: #ffdad6;
  --md-ref-palette-error95: #ffedea;
  --md-ref-palette-error98: #fff8f7;
  --md-ref-palette-error99: #fffbff;
  --md-ref-palette-error100: #ffffff;
  /* light */
  --md-sys-color-primary-light: #215fa6;
  --md-sys-color-on-primary-light: #ffffff;
  --md-sys-color-primary-container-light: #d5e3ff;
  --md-sys-color-on-primary-container-light: #001c3b;
  --md-sys-color-secondary-light: #6c5e00;
  --md-sys-color-on-secondary-light: #ffffff;
  --md-sys-color-secondary-container-light: #f9e366;
  --md-sys-color-on-secondary-container-light: #211c00;
  --md-sys-color-tertiary-light: #9c432c;
  --md-sys-color-on-tertiary-light: #ffffff;
  --md-sys-color-tertiary-container-light: #ffdad2;
  --md-sys-color-on-tertiary-container-light: #3c0700;
  --md-sys-color-error-light: #ba1a1a;
  --md-sys-color-error-container-light: #ffdad6;
  --md-sys-color-on-error-light: #ffffff;
  --md-sys-color-on-error-container-light: #410002;
  --md-sys-color-background-light: #fdfbff;
  --md-sys-color-on-background-light: #1a1c1e;
  --md-sys-color-surface-light: #fdfbff;
  --md-sys-color-on-surface-light: #1a1c1e;
  --md-sys-color-surface-variant-light: #e0e2ec;
  --md-sys-color-on-surface-variant-light: #43474e;
  --md-sys-color-outline-light: #74777f;
  --md-sys-color-inverse-on-surface-light: #f1f0f4;
  --md-sys-color-inverse-surface-light: #2f3033;
  --md-sys-color-inverse-primary-light: #a6c8ff;
  --md-sys-color-shadow-light: #000000;
  --md-sys-color-surface-tint-light: #215fa6;
  --md-sys-color-outline-variant-light: #c4c6cf;
  --md-sys-color-scrim-light: #000000;
  /* dark */
  --md-sys-color-primary-dark: #a6c8ff;
  --md-sys-color-on-primary-dark: #003060;
  --md-sys-color-primary-container-dark: #004787;
  --md-sys-color-on-primary-container-dark: #d5e3ff;
  --md-sys-color-secondary-dark: #dcc74d;
  --md-sys-color-on-secondary-dark: #383000;
  --md-sys-color-secondary-container-dark: #514700;
  --md-sys-color-on-secondary-container-dark: #f9e366;
  --md-sys-color-tertiary-dark: #ffb4a2;
  --md-sys-color-on-tertiary-dark: #5f1604;
  --md-sys-color-tertiary-container-dark: #7d2c17;
  --md-sys-color-on-tertiary-container-dark: #ffdad2;
  --md-sys-color-error-dark: #ffb4ab;
  --md-sys-color-error-container-dark: #93000a;
  --md-sys-color-on-error-dark: #690005;
  --md-sys-color-on-error-container-dark: #ffdad6;
  --md-sys-color-background-dark: #1a1c1e;
  --md-sys-color-on-background-dark: #e3e2e6;
  --md-sys-color-surface-dark: #1a1c1e;
  --md-sys-color-on-surface-dark: #e3e2e6;
  --md-sys-color-surface-variant-dark: #43474e;
  --md-sys-color-on-surface-variant-dark: #c4c6cf;
  --md-sys-color-outline-dark: #8d9199;
  --md-sys-color-inverse-on-surface-dark: #1a1c1e;
  --md-sys-color-inverse-surface-dark: #e3e2e6;
  --md-sys-color-inverse-primary-dark: #215fa6;
  --md-sys-color-shadow-dark: #000000;
  --md-sys-color-surface-tint-dark: #a6c8ff;
  --md-sys-color-outline-variant-dark: #43474e;
  --md-sys-color-scrim-dark: #000000;
}
