:root {
    --color-base-foreground: #000;
    --color-base-highlight-background: #fc0;
    --color-base-highlight-foreground: #000;
    --color-base-background: #fff;
    --color-state-focus: #000;
    --color-state-pressed: rgba(0, 0, 0, 0.1);
    --component-visibility-disabled: 0.4;
    --component-size-xxl: 64px;
    --color-split-button: #eb0000;
    --border-radius-split-button: 24px;
    --color-signal-error: #c8255f;
    --color-signal-on-error: #fff;
    --color-signal-error-lighten-90: color-mix(in srgb, var(--color-signal-error), #fff 90%);
    --component-colors-background-translucent-inverse: rgba(0, 0, 0, 0.1);
    --typography-family-body: FrutigerNeueforPost, "NotoEmoji", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --typography-family-title: FrutigerNeueforPost, "NotoEmoji", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --typography-weight-title: 900;
    --typography-weight-label: 700;
    --typography-weight-body: 400;
    --typography-size-display-1: 80px;
    --typography-size-display-2: 72px;
    --typography-size-display-3: 64px;
    --typography-size-display-4: 56px;
    --typography-size-display-5: 48px;
    --typography-size-display-6: 40px;
    --typography-size-title-1: 56px;
    --typography-size-title-2: 48px;
    --typography-size-title-3: 40px;
    --typography-size-title-4: 32px;
    --typography-size-title-5: 24px;
    --typography-size-title-6: 20px;
    --typography-size-body-1: 20px;
    --typography-size-body-2: 18px;
    --typography-size-body-3: 16px;
    --typography-size-body-4: 14px;
    --typography-size-body-5: 12px;
    --typography-size-body-6: 10px;
    --typography-line-height-display: 110%;
    --typography-line-height-title: 130%;
    --typography-line-height-body: 160%;
    --typography-display-1: normal var(--typography-weight-title) var(--typography-size-display-1) / var(--typography-line-height-display) var(--typography-family-title);
    --typography-display-2: normal var(--typography-weight-title) var(--typography-size-display-2) / var(--typography-line-height-display) var(--typography-family-title);
    --typography-display-3: normal var(--typography-weight-title) var(--typography-size-display-3) / var(--typography-line-height-display) var(--typography-family-title);
    --typography-display-4: normal var(--typography-weight-title) var(--typography-size-display-4) / var(--typography-line-height-display) var(--typography-family-title);
    --typography-display-5: normal var(--typography-weight-title) var(--typography-size-display-5) / var(--typography-line-height-display) var(--typography-family-title);
    --typography-display-6: normal var(--typography-weight-title) var(--typography-size-display-6) / var(--typography-line-height-display) var(--typography-family-title);
    --typography-title-1: normal var(--typography-weight-title) var(--typography-size-title-1) / var(--typography-line-height-title) var(--typography-family-title);
    --typography-title-2: normal var(--typography-weight-title) var(--typography-size-title-2) / var(--typography-line-height-title) var(--typography-family-title);
    --typography-title-3: normal var(--typography-weight-title) var(--typography-size-title-3) / var(--typography-line-height-title) var(--typography-family-title);
    --typography-title-4: normal var(--typography-weight-title) var(--typography-size-title-4) / var(--typography-line-height-title) var(--typography-family-title);
    --typography-title-5: normal var(--typography-weight-title) var(--typography-size-title-5) / var(--typography-line-height-title) var(--typography-family-title);
    --typography-title-6: normal var(--typography-weight-title) var(--typography-size-title-6) / var(--typography-line-height-title) var(--typography-family-title);
    --typography-paragraph-1: normal var(--typography-weight-body) var(--typography-size-body-1) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-paragraph-2: normal var(--typography-weight-body) var(--typography-size-body-2) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-paragraph-3: normal var(--typography-weight-body) var(--typography-size-body-3) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-paragraph-4: normal var(--typography-weight-body) var(--typography-size-body-4) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-paragraph-5: normal var(--typography-weight-body) var(--typography-size-body-5) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-paragraph-6: normal var(--typography-weight-body) var(--typography-size-body-6) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-paragraph-compact-1: normal var(--typography-weight-body) var(--typography-size-body-1) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-paragraph-compact-2: normal var(--typography-weight-body) var(--typography-size-body-2) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-paragraph-compact-3: normal var(--typography-weight-body) var(--typography-size-body-3) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-paragraph-compact-4: normal var(--typography-weight-body) var(--typography-size-body-4) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-paragraph-compact-5: normal var(--typography-weight-body) var(--typography-size-body-5) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-paragraph-compact-6: normal var(--typography-weight-body) var(--typography-size-body-6) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-leading-1: normal var(--typography-weight-label) var(--typography-size-body-1) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-leading-2: normal var(--typography-weight-label) var(--typography-size-body-2) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-leading-3: normal var(--typography-weight-label) var(--typography-size-body-3) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-leading-4: normal var(--typography-weight-label) var(--typography-size-body-4) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-leading-5: normal var(--typography-weight-label) var(--typography-size-body-5) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-leading-6: normal var(--typography-weight-label) var(--typography-size-body-6) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-leading-compact-1: normal var(--typography-weight-label) var(--typography-size-body-1) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-leading-compact-2: normal var(--typography-weight-label) var(--typography-size-body-2) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-leading-compact-3: normal var(--typography-weight-label) var(--typography-size-body-3) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-leading-compact-4: normal var(--typography-weight-label) var(--typography-size-body-4) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-leading-compact-5: normal var(--typography-weight-label) var(--typography-size-body-5) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-leading-compact-6: normal var(--typography-weight-label) var(--typography-size-body-6) / var(--typography-line-height-title) var(--typography-family-body);
    --typography-link-1: normal var(--typography-weight-body) var(--typography-size-body-1) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-2: normal var(--typography-weight-body) var(--typography-size-body-2) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-3: normal var(--typography-weight-body) var(--typography-size-body-3) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-4: normal var(--typography-weight-body) var(--typography-size-body-4) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-5: normal var(--typography-weight-body) var(--typography-size-body-5) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-6: normal var(--typography-weight-body) var(--typography-size-body-6) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-bold-1: normal var(--typography-weight-label) var(--typography-size-body-1) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-bold-2: normal var(--typography-weight-label) var(--typography-size-body-2) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-bold-3: normal var(--typography-weight-label) var(--typography-size-body-3) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-bold-4: normal var(--typography-weight-label) var(--typography-size-body-4) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-bold-5: normal var(--typography-weight-label) var(--typography-size-body-5) / var(--typography-line-height-body) var(--typography-family-body);
    --typography-link-bold-6: normal var(--typography-weight-label) var(--typography-size-body-6) / var(--typography-line-height-body) var(--typography-family-body);
}