/* Final D2C typography: D, 2 and C are the exact same font size. */
.d2c-text {
  display:inline !important;
  font-family:inherit !important;
  font-size:inherit !important;
  font-style:inherit !important;
  font-weight:inherit !important;
  line-height:inherit !important;
  letter-spacing:inherit !important;
  text-transform:none !important;
  vertical-align:baseline !important;
  white-space:nowrap !important;
}
.d2c-text .d2c-wordmark{display:inline !important;line-height:inherit !important;}
.d2c-text .d2c-char,
.d2c-text .d2c-char--d,
.d2c-text .d2c-char--2,
.d2c-text .d2c-char--c{
  display:inline !important;min-width:0 !important;
  font-family:inherit !important;font-size:1em !important;
  font-style:inherit !important;font-weight:inherit !important;
  line-height:inherit !important;letter-spacing:inherit !important;
  transform:none !important;vertical-align:baseline !important;
}
.d2c-text .d2c-tm{display:none !important;}
