/* src/logo.pcss */
.sds-logo {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: var(--sds-space-gap-small);
}
.sds-logo__icon {
  width: 1.57em;
}
.sds-logo--primary {
  font-size: var(--sds-typography-fontsize-1200);
  font-weight: var(--sds-typography-fontweight-regular);
  line-height: 1em;
}
.sds-logo--secondary {
  font-size: var(--sds-typography-fontsize-300);
  font-weight: var(--sds-typography-fontweight-semibold);
  line-height: 1em;
}
.sds-logo--secondary .sds-logo__subtitle {
  font-weight: var(--sds-typography-fontweight-regular);
}
.sds-logo--secondary .sds-logo__icon {
  width: 4.69em;
}
.sds-logo--product {
  font-size: var(--sds-typography-fontsize-900);
  font-weight: var(--sds-typography-fontweight-regular);
  line-height: 1em;
  gap: var(--sds-space-gap-tiny);
}
.sds-logo--product .sds-logo__title {
  font-size: var(--sds-typography-fontsize-700);
  font-weight: var(--sds-typography-fontweight-regular);
  line-height: var(--sds-typography-lineheight-l);
}
/*# sourceMappingURL=index.css.map */