:root {
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 0.9375rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 2.75rem;
  --text-6xl: 3.25rem;
}

body {
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  font-synthesis-weight: none;
}

:is(h1, h2, h3, h4, h5, h6),
:is(
  [data-slot='sheet-title'],
  [data-slot='dialog-title'],
  [data-slot='alert-dialog-title'],
  [data-slot='drawer-title'],
  [data-slot='card-title']
),
:is(strong, b) {
  font-weight: 500;
  letter-spacing: 0;
}

:is(.font-thin, .font-extralight, .font-light, .font-normal) {
  font-weight: 400 !important;
}

:is(
  .font-medium,
  .font-semibold,
  .font-bold,
  .font-extrabold,
  .font-black
) {
  font-weight: 500 !important;
}
