/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
.sd-display {
  font-size: var(--sd-text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
  --tw-leading: var(--leading-tight, 1.25);
  line-height: var(--leading-tight, 1.25);
  --tw-font-weight: var(--sd-font-weight-normal);
  font-weight: var(--sd-font-weight-normal);
  color: rgba(var(--sd-color-text-black));
}
@media (width >= 64rem) {
.sd-display {
    font-size: var(--sd-text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
}
  }
.sd-display--size-xl {
      font-size: var(--sd-text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
      --tw-leading: var(--leading-tight, 1.25);
      line-height: var(--leading-tight, 1.25);
      --tw-font-weight: var(--sd-font-weight-normal);
      font-weight: var(--sd-font-weight-normal);
      color: rgba(var(--sd-color-text-black));
    }
.sd-display--size-3xl {
      font-size: var(--sd-text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
      --tw-leading: var(--leading-tight, 1.25);
      line-height: var(--leading-tight, 1.25);
      --tw-font-weight: var(--sd-font-weight-normal);
      font-weight: var(--sd-font-weight-normal);
      color: rgba(var(--sd-color-text-black));
    }
@media (width >= 64rem) {
.sd-display--size-3xl {
        font-size: var(--sd-text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
    }
      }
.sd-display--inverted {
    color: rgba(var(--sd-color-text-white));
  }
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
