:root {
  --md-source: #3d0007;
  /* primary */
  --md-ref-palette-primary0: #000000;
  --md-ref-palette-primary10: #410008;
  --md-ref-palette-primary20: #5f1319;
  --md-ref-palette-primary25: #6e1e23;
  --md-ref-palette-primary30: #7e2a2e;
  --md-ref-palette-primary35: #8d3538;
  --md-ref-palette-primary40: #9c4143;
  --md-ref-palette-primary50: #bb595a;
  --md-ref-palette-primary60: #db7172;
  --md-ref-palette-primary70: #fb8b8b;
  --md-ref-palette-primary80: #ffb3b2;
  --md-ref-palette-primary90: #ffdad9;
  --md-ref-palette-primary95: #ffedec;
  --md-ref-palette-primary98: #fff8f7;
  --md-ref-palette-primary99: #fffbff;
  --md-ref-palette-primary100: #ffffff;
  /* secondary */
  --md-ref-palette-secondary0: #000000;
  --md-ref-palette-secondary10: #2c1515;
  --md-ref-palette-secondary20: #442929;
  --md-ref-palette-secondary25: #503434;
  --md-ref-palette-secondary30: #5d3f3f;
  --md-ref-palette-secondary35: #6a4a4a;
  --md-ref-palette-secondary40: #775655;
  --md-ref-palette-secondary50: #916e6e;
  --md-ref-palette-secondary60: #ad8887;
  --md-ref-palette-secondary70: #c9a2a1;
  --md-ref-palette-secondary80: #e6bdbb;
  --md-ref-palette-secondary90: #ffdad9;
  --md-ref-palette-secondary95: #ffedec;
  --md-ref-palette-secondary98: #fff8f7;
  --md-ref-palette-secondary99: #fffbff;
  --md-ref-palette-secondary100: #ffffff;
  /* tertiary */
  --md-ref-palette-tertiary0: #000000;
  --md-ref-palette-tertiary10: #281900;
  --md-ref-palette-tertiary20: #412d05;
  --md-ref-palette-tertiary25: #4e370f;
  --md-ref-palette-tertiary30: #5a4319;
  --md-ref-palette-tertiary35: #674e24;
  --md-ref-palette-tertiary40: #745a2f;
  --md-ref-palette-tertiary50: #8f7345;
  --md-ref-palette-tertiary60: #ab8c5c;
  --md-ref-palette-tertiary70: #c7a674;
  --md-ref-palette-tertiary80: #e4c18d;
  --md-ref-palette-tertiary90: #ffdead;
  --md-ref-palette-tertiary95: #ffeeda;
  --md-ref-palette-tertiary98: #fff8f3;
  --md-ref-palette-tertiary99: #fffbff;
  --md-ref-palette-tertiary100: #ffffff;
  /* neutral */
  --md-ref-palette-neutral0: #000000;
  --md-ref-palette-neutral10: #201a1a;
  --md-ref-palette-neutral20: #362f2e;
  --md-ref-palette-neutral25: #413a39;
  --md-ref-palette-neutral30: #4d4544;
  --md-ref-palette-neutral35: #595050;
  --md-ref-palette-neutral40: #655c5c;
  --md-ref-palette-neutral50: #7f7574;
  --md-ref-palette-neutral60: #998e8e;
  --md-ref-palette-neutral70: #b4a9a8;
  --md-ref-palette-neutral80: #d0c4c3;
  --md-ref-palette-neutral90: #ede0df;
  --md-ref-palette-neutral95: #fbeeed;
  --md-ref-palette-neutral98: #fff8f7;
  --md-ref-palette-neutral99: #fffbff;
  --md-ref-palette-neutral100: #ffffff;
  /* neutral-variant */
  --md-ref-palette-neutral-variant0: #000000;
  --md-ref-palette-neutral-variant10: #251918;
  --md-ref-palette-neutral-variant20: #3b2d2d;
  --md-ref-palette-neutral-variant25: #463837;
  --md-ref-palette-neutral-variant30: #524343;
  --md-ref-palette-neutral-variant35: #5f4f4e;
  --md-ref-palette-neutral-variant40: #6b5a5a;
  --md-ref-palette-neutral-variant50: #857372;
  --md-ref-palette-neutral-variant60: #a08c8b;
  --md-ref-palette-neutral-variant70: #bba6a6;
  --md-ref-palette-neutral-variant80: #d7c1c0;
  --md-ref-palette-neutral-variant90: #f4dddc;
  --md-ref-palette-neutral-variant95: #ffedec;
  --md-ref-palette-neutral-variant98: #fff8f7;
  --md-ref-palette-neutral-variant99: #fffbff;
  --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: #9c4143;
  --md-sys-color-on-primary-light: #ffffff;
  --md-sys-color-primary-container-light: #ffdad9;
  --md-sys-color-on-primary-container-light: #410008;
  --md-sys-color-secondary-light: #775655;
  --md-sys-color-on-secondary-light: #ffffff;
  --md-sys-color-secondary-container-light: #ffdad9;
  --md-sys-color-on-secondary-container-light: #2c1515;
  --md-sys-color-tertiary-light: #745a2f;
  --md-sys-color-on-tertiary-light: #ffffff;
  --md-sys-color-tertiary-container-light: #ffdead;
  --md-sys-color-on-tertiary-container-light: #281900;
  --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: #fffbff;
  --md-sys-color-on-background-light: #201a1a;
  --md-sys-color-surface-light: #fffbff;
  --md-sys-color-on-surface-light: #201a1a;
  --md-sys-color-surface-variant-light: #f4dddc;
  --md-sys-color-on-surface-variant-light: #524343;
  --md-sys-color-outline-light: #857372;
  --md-sys-color-inverse-on-surface-light: #fbeeed;
  --md-sys-color-inverse-surface-light: #362f2e;
  --md-sys-color-inverse-primary-light: #ffb3b2;
  --md-sys-color-shadow-light: #000000;
  --md-sys-color-surface-tint-light: #9c4143;
  --md-sys-color-outline-variant-light: #d7c1c0;
  --md-sys-color-scrim-light: #000000;
  /* dark */
  --md-sys-color-primary-dark: #ffb3b2;
  --md-sys-color-on-primary-dark: #5f1319;
  --md-sys-color-primary-container-dark: #7e2a2e;
  --md-sys-color-on-primary-container-dark: #ffdad9;
  --md-sys-color-secondary-dark: #e6bdbb;
  --md-sys-color-on-secondary-dark: #442929;
  --md-sys-color-secondary-container-dark: #5d3f3f;
  --md-sys-color-on-secondary-container-dark: #ffdad9;
  --md-sys-color-tertiary-dark: #e4c18d;
  --md-sys-color-on-tertiary-dark: #412d05;
  --md-sys-color-tertiary-container-dark: #5a4319;
  --md-sys-color-on-tertiary-container-dark: #ffdead;
  --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: #201a1a;
  --md-sys-color-on-background-dark: #ede0df;
  --md-sys-color-surface-dark: #201a1a;
  --md-sys-color-on-surface-dark: #ede0df;
  --md-sys-color-surface-variant-dark: #524343;
  --md-sys-color-on-surface-variant-dark: #d7c1c0;
  --md-sys-color-outline-dark: #a08c8b;
  --md-sys-color-inverse-on-surface-dark: #201a1a;
  --md-sys-color-inverse-surface-dark: #ede0df;
  --md-sys-color-inverse-primary-dark: #9c4143;
  --md-sys-color-shadow-dark: #000000;
  --md-sys-color-surface-tint-dark: #ffb3b2;
  --md-sys-color-outline-variant-dark: #524343;
  --md-sys-color-scrim-dark: #000000;
  /* display - large */
  --md-sys-typescale-display-large-font-family-name: Roboto;
  --md-sys-typescale-display-large-font-family-style: Regular;
  --md-sys-typescale-display-large-font-weight: 400px;
  --md-sys-typescale-display-large-font-size: 57px;
  --md-sys-typescale-display-large-line-height: 64px;
  --md-sys-typescale-display-large-letter-spacing: -0.25px;
  /* display - medium */
  --md-sys-typescale-display-medium-font-family-name: Roboto;
  --md-sys-typescale-display-medium-font-family-style: Regular;
  --md-sys-typescale-display-medium-font-weight: 400px;
  --md-sys-typescale-display-medium-font-size: 45px;
  --md-sys-typescale-display-medium-line-height: 52px;
  --md-sys-typescale-display-medium-letter-spacing: 0px;
  /* display - small */
  --md-sys-typescale-display-small-font-family-name: Roboto;
  --md-sys-typescale-display-small-font-family-style: Regular;
  --md-sys-typescale-display-small-font-weight: 400px;
  --md-sys-typescale-display-small-font-size: 36px;
  --md-sys-typescale-display-small-line-height: 44px;
  --md-sys-typescale-display-small-letter-spacing: 0px;
  /* headline - large */
  --md-sys-typescale-headline-large-font-family-name: Roboto;
  --md-sys-typescale-headline-large-font-family-style: Regular;
  --md-sys-typescale-headline-large-font-weight: 400px;
  --md-sys-typescale-headline-large-font-size: 32px;
  --md-sys-typescale-headline-large-line-height: 40px;
  --md-sys-typescale-headline-large-letter-spacing: 0px;
  /* headline - medium */
  --md-sys-typescale-headline-medium-font-family-name: Roboto;
  --md-sys-typescale-headline-medium-font-family-style: Regular;
  --md-sys-typescale-headline-medium-font-weight: 400px;
  --md-sys-typescale-headline-medium-font-size: 28px;
  --md-sys-typescale-headline-medium-line-height: 36px;
  --md-sys-typescale-headline-medium-letter-spacing: 0px;
  /* headline - small */
  --md-sys-typescale-headline-small-font-family-name: Roboto;
  --md-sys-typescale-headline-small-font-family-style: Regular;
  --md-sys-typescale-headline-small-font-weight: 400px;
  --md-sys-typescale-headline-small-font-size: 24px;
  --md-sys-typescale-headline-small-line-height: 32px;
  --md-sys-typescale-headline-small-letter-spacing: 0px;
  /* body - large */
  --md-sys-typescale-body-large-font-family-name: Roboto;
  --md-sys-typescale-body-large-font-family-style: Regular;
  --md-sys-typescale-body-large-font-weight: 400px;
  --md-sys-typescale-body-large-font-size: 16px;
  --md-sys-typescale-body-large-line-height: 24px;
  --md-sys-typescale-body-large-letter-spacing: 0.50px;
  /* body - medium */
  --md-sys-typescale-body-medium-font-family-name: Roboto;
  --md-sys-typescale-body-medium-font-family-style: Regular;
  --md-sys-typescale-body-medium-font-weight: 400px;
  --md-sys-typescale-body-medium-font-size: 14px;
  --md-sys-typescale-body-medium-line-height: 20px;
  --md-sys-typescale-body-medium-letter-spacing: 0.25px;
  /* body - small */
  --md-sys-typescale-body-small-font-family-name: Roboto;
  --md-sys-typescale-body-small-font-family-style: Regular;
  --md-sys-typescale-body-small-font-weight: 400px;
  --md-sys-typescale-body-small-font-size: 12px;
  --md-sys-typescale-body-small-line-height: 16px;
  --md-sys-typescale-body-small-letter-spacing: 0.40px;
  /* label - large */
  --md-sys-typescale-label-large-font-family-name: Roboto;
  --md-sys-typescale-label-large-font-family-style: Medium;
  --md-sys-typescale-label-large-font-weight: 500px;
  --md-sys-typescale-label-large-font-size: 14px;
  --md-sys-typescale-label-large-line-height: 20px;
  --md-sys-typescale-label-large-letter-spacing: 0.10px;
  /* label - medium */
  --md-sys-typescale-label-medium-font-family-name: Roboto;
  --md-sys-typescale-label-medium-font-family-style: Medium;
  --md-sys-typescale-label-medium-font-weight: 500px;
  --md-sys-typescale-label-medium-font-size: 12px;
  --md-sys-typescale-label-medium-line-height: 16px;
  --md-sys-typescale-label-medium-letter-spacing: 0.50px;
  /* label - small */
  --md-sys-typescale-label-small-font-family-name: Roboto;
  --md-sys-typescale-label-small-font-family-style: Medium;
  --md-sys-typescale-label-small-font-weight: 500px;
  --md-sys-typescale-label-small-font-size: 11px;
  --md-sys-typescale-label-small-line-height: 16px;
  --md-sys-typescale-label-small-letter-spacing: 0.50px;
  /* title - large */
  --md-sys-typescale-title-large-font-family-name: Roboto;
  --md-sys-typescale-title-large-font-family-style: Regular;
  --md-sys-typescale-title-large-font-weight: 400px;
  --md-sys-typescale-title-large-font-size: 22px;
  --md-sys-typescale-title-large-line-height: 28px;
  --md-sys-typescale-title-large-letter-spacing: 0px;
  /* title - medium */
  --md-sys-typescale-title-medium-font-family-name: Roboto;
  --md-sys-typescale-title-medium-font-family-style: Medium;
  --md-sys-typescale-title-medium-font-weight: 500px;
  --md-sys-typescale-title-medium-font-size: 16px;
  --md-sys-typescale-title-medium-line-height: 24px;
  --md-sys-typescale-title-medium-letter-spacing: 0.15px;
  /* title - small */
  --md-sys-typescale-title-small-font-family-name: Roboto;
  --md-sys-typescale-title-small-font-family-style: Medium;
  --md-sys-typescale-title-small-font-weight: 500px;
  --md-sys-typescale-title-small-font-size: 14px;
  --md-sys-typescale-title-small-line-height: 20px;
  --md-sys-typescale-title-small-letter-spacing: 0.10px;
}
