:root {
  --ty-strength-indicator-border-radius: 99px;
  --ty-strength-indicator-gap: 2px;
  --ty-strength-indicator-min-height: 8px;
  --ty-strength-indicator-bg: var(--ty-color-bg-disabled);
  --ty-strength-indicator-label-color: var(--ty-color-text-secondary);
  --ty-strength-indicator-label-font-size: 12px;
  --ty-strength-indicator-label-margin-top: 4px;
}

[data-tiny-theme='dark'] {
  --ty-strength-indicator-border-radius: 99px;
  --ty-strength-indicator-gap: 2px;
  --ty-strength-indicator-min-height: 8px;
  --ty-strength-indicator-bg: var(--ty-color-bg-disabled);
  --ty-strength-indicator-label-color: var(--ty-color-text-secondary);
  --ty-strength-indicator-label-font-size: 12px;
  --ty-strength-indicator-label-margin-top: 4px;
}

@media (prefers-color-scheme: dark) {
  [data-tiny-theme='system'] {
  --ty-strength-indicator-border-radius: 99px;
  --ty-strength-indicator-gap: 2px;
  --ty-strength-indicator-min-height: 8px;
  --ty-strength-indicator-bg: var(--ty-color-bg-disabled);
  --ty-strength-indicator-label-color: var(--ty-color-text-secondary);
  --ty-strength-indicator-label-font-size: 12px;
  --ty-strength-indicator-label-margin-top: 4px;
}
}
