:where(html) {
  /* System font stack for your application. */
  --sds-g-font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  /* Monospace font stack for your application. */
  --sds-g-font-family-monospace: Consolas, Menlo, Monaco, Courier, monospace;
  /* Bold font-weight, use to increase emphasis. */
  --sds-g-font-weight-bold: bold;
  /* Font weight 1 */
  --sds-g-font-weight-1: 100;
  /* Font weight 2 */
  --sds-g-font-weight-2: 200;
  /* Font weight 3 */
  --sds-g-font-weight-3: 300;
  /* Font weight 4 */
  --sds-g-font-weight-4: 400;
  /* Font weight 5 */
  --sds-g-font-weight-5: 500;
  /* Font weight 6 */
  --sds-g-font-weight-6: 600;
  /* Font weight 7 */
  --sds-g-font-weight-7: 700;
  /* Default line-height for your application. */
  --sds-g-font-lineheight: 1.5;
  /* Line-height 1. */
  --sds-g-font-lineheight-1: 1;
  /* Line-height 2. */
  --sds-g-font-lineheight-2: 1.25;
  /* Line-height 3. */
  --sds-g-font-lineheight-3: 1.375;
  /* Line-height 4. */
  --sds-g-font-lineheight-4: 1.5;
  /* Line-height 5. */
  --sds-g-font-lineheight-5: 1.75;
  /* Line-height 6. */
  --sds-g-font-lineheight-6: 2;
  /* Default font-size for your application. */
  --sds-g-font-size-base: 1rem;
  /* Scaled font-size that is 4 stops smaller than the base. */
  --sds-g-font-scale-neg-4: 0.625rem;
  /* Scaled font-size that is 3 stops smaller than the base. */
  --sds-g-font-scale-neg-3: 0.75rem;
  /* Scaled font-size that is 2 stops smaller than the base. */
  --sds-g-font-scale-neg-2: 0.8125rem;
  /* Scaled font-size that is 1 stop smaller than the base. */
  --sds-g-font-scale-neg-1: 0.875rem;
  /* Scaled font-size that is 1 stop bigger than the base. */
  --sds-g-font-scale-1: 1.125rem;
  /* Scaled font-size that is 2 stops bigger than the base. */
  --sds-g-font-scale-2: 1.266rem;
  /* Scaled font-size that is 3 stops bigger than the base. */
  --sds-g-font-scale-3: 1.424rem;
  /* Scaled font-size that is 4 stops bigger than the base. */
  --sds-g-font-scale-4: 1.602rem;
  /* Scaled font-size that is 5 stops bigger than the base. */
  --sds-g-font-scale-5: 1.802rem;
  /* Scaled font-size that is 6 stops bigger than the base. */
  --sds-g-font-scale-6: 2.027rem;
  /* Scaled font-size that is 7 stops bigger than the base. */
  --sds-g-font-scale-7: 2.281rem;
  /* Scaled font-size that is 8 stops bigger than the base. */
  --sds-g-font-scale-8: 2.566rem;
  /* Scaled font-size that is 9 stops bigger than the base. */
  --sds-g-font-scale-9: 2.887rem;
  /* Scaled font-size that is 10 stops bigger than the base. */
  --sds-g-font-scale-10: 3.247rem;
}
  