@theme {
  --font-primary: var(--default-font-family);
  --font-secondary: var(--default-font-family);
  --font-weight-black: 900;
  --font-weight-extrabold: 800;
  --font-weight-bold: 700;
  --font-weight-semibold: 600;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --font-weight-light: 300;
  --font-weight-extralight: 200;
  --font-weight-thin: 100;
  --text-2xs: 0.625rem;
  --text-2xs--line-height: 0.75rem;
}
