
:root {
  --name: hmb/nothing;
  --custom-css: ;
  --accordion-text-color: black;
  --background-fill-primary: white;
  --background-fill-secondary: white;
  --block-background-fill: transparent;
  --block-border-color: transparent;
  --block-border-width: 0px;
  --block-info-text-color: var(--body-text-color-subdued);
  --block-info-text-size: var(--text-sm);
  --block-info-text-weight: 400;
  --block-label-background-fill: transparent;
  --block-label-border-color: transparent;
  --block-label-border-width: 0px;
  --block-label-margin: 0;
  --block-label-padding: 0;
  --block-label-radius: 0;
  --block-label-right-radius: 0;
  --block-label-shadow: none;
  --block-label-text-color: black;
  --block-label-text-size: var(--text-sm);
  --block-label-text-weight: 600;
  --block-padding: 0;
  --block-radius: 0;
  --block-shadow: none;
  --block-title-background-fill: transparent;
  --block-title-border-color: transparent;
  --block-title-border-width: 0px;
  --block-title-padding: 0;
  --block-title-radius: 0;
  --block-title-text-color: black;
  --block-title-text-size: var(--text-md);
  --block-title-text-weight: 600;
  --body-background-fill: white;
  --body-text-color: black;
  --body-text-color-subdued: #666666;
  --body-text-size: var(--text-md);
  --body-text-weight: 400;
  --border-color-accent: transparent;
  --border-color-accent-subdued: transparent;
  --border-color-primary: transparent;
  --button-border-width: 0px;
  --button-cancel-background-fill: white;
  --button-cancel-background-fill-hover: #f0f0f0;
  --button-cancel-border-color: transparent;
  --button-cancel-border-color-hover: transparent;
  --button-cancel-shadow: none;
  --button-cancel-shadow-active: none;
  --button-cancel-shadow-hover: none;
  --button-cancel-text-color: black;
  --button-cancel-text-color-hover: black;
  --button-large-padding: var(--spacing-lg) calc(2 * var(--spacing-lg));
  --button-large-radius: 0;
  --button-large-text-size: var(--text-lg);
  --button-large-text-weight: 600;
  --button-medium-padding: var(--spacing-md) calc(2 * var(--spacing-md));
  --button-medium-radius: 0;
  --button-medium-text-size: var(--text-md);
  --button-medium-text-weight: 600;
  --button-primary-background-fill: white;
  --button-primary-background-fill-hover: #f0f0f0;
  --button-primary-border-color: transparent;
  --button-primary-border-color-hover: transparent;
  --button-primary-shadow: none;
  --button-primary-shadow-active: none;
  --button-primary-shadow-hover: none;
  --button-primary-text-color: black;
  --button-primary-text-color-hover: black;
  --button-secondary-background-fill: white;
  --button-secondary-background-fill-hover: #f0f0f0;
  --button-secondary-border-color: transparent;
  --button-secondary-border-color-hover: transparent;
  --button-secondary-shadow: none;
  --button-secondary-shadow-active: none;
  --button-secondary-shadow-hover: none;
  --button-secondary-text-color: black;
  --button-secondary-text-color-hover: black;
  --button-small-padding: var(--spacing-sm) calc(1.5 * var(--spacing-sm));
  --button-small-radius: 0;
  --button-small-text-size: var(--text-sm);
  --button-small-text-weight: 400;
  --button-transform-active: none;
  --button-transform-hover: none;
  --button-transition: none;
  --chatbot-text-size: var(--text-lg);
  --checkbox-background-color: white;
  --checkbox-background-color-focus: white;
  --checkbox-background-color-hover: white;
  --checkbox-background-color-selected: black;
  --checkbox-border-color: transparent;
  --checkbox-border-color-focus: transparent;
  --checkbox-border-color-hover: transparent;
  --checkbox-border-color-selected: transparent;
  --checkbox-border-radius: 0;
  --checkbox-border-width: 0px;
  --checkbox-check: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  --checkbox-label-background-fill: transparent;
  --checkbox-label-background-fill-hover: transparent;
  --checkbox-label-background-fill-selected: transparent;
  --checkbox-label-border-color: transparent;
  --checkbox-label-border-color-hover: transparent;
  --checkbox-label-border-color-selected: transparent;
  --checkbox-label-border-width: 0px;
  --checkbox-label-gap: var(--spacing-lg);
  --checkbox-label-padding: var(--spacing-md) calc(2 * var(--spacing-md));
  --checkbox-label-shadow: none;
  --checkbox-label-shadow-active: none;
  --checkbox-label-shadow-hover: none;
  --checkbox-label-text-color: black;
  --checkbox-label-text-color-selected: black;
  --checkbox-label-text-size: var(--text-md);
  --checkbox-label-text-weight: 400;
  --checkbox-shadow: none;
  --code-background-fill: transparent;
  --color-accent: black;
  --color-accent-soft: transparent;
  --container-radius: 0;
  --embed-radius: 0;
  --error-background-fill: transparent;
  --error-border-color: transparent;
  --error-border-width: 0px;
  --error-icon-color: red;
  --error-text-color: red;
  --font: ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, Consolas, monospace;
  --form-gap-width: 0px;
  --input-background-fill: white;
  --input-background-fill-focus: white;
  --input-background-fill-hover: white;
  --input-border-color: transparent;
  --input-border-color-focus: transparent;
  --input-border-color-hover: transparent;
  --input-border-width: 0px;
  --input-padding: var(--spacing-xl);
  --input-placeholder-color: #767676;
  --input-radius: 0;
  --input-shadow: none;
  --input-shadow-focus: none;
  --input-text-size: var(--text-md);
  --input-text-weight: 400;
  --layout-gap: 0px;
  --link-text-color: #0000EE;
  --link-text-color-active: #0000EE;
  --link-text-color-hover: #0000EE;
  --link-text-color-visited: #551A8B;
  --loader-color: black;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-50: #fafafa;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0f0f0f;
  --panel-background-fill: transparent;
  --panel-border-color: transparent;
  --panel-border-width: 0px;
  --primary-100: #f5f5f5;
  --primary-200: #e5e5e5;
  --primary-300: #d4d4d4;
  --primary-400: #a3a3a3;
  --primary-50: #fafafa;
  --primary-500: #737373;
  --primary-600: #525252;
  --primary-700: #404040;
  --primary-800: #262626;
  --primary-900: #171717;
  --primary-950: #0f0f0f;
  --prose-header-text-weight: 600;
  --prose-text-size: var(--text-md);
  --prose-text-weight: 400;
  --radio-circle: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  --radius-lg: 0px;
  --radius-md: 0px;
  --radius-sm: 0px;
  --radius-xl: 0px;
  --radius-xs: 0px;
  --radius-xxl: 0px;
  --radius-xxs: 0px;
  --secondary-100: #f5f5f5;
  --secondary-200: #e5e5e5;
  --secondary-300: #d4d4d4;
  --secondary-400: #a3a3a3;
  --secondary-50: #fafafa;
  --secondary-500: #737373;
  --secondary-600: #525252;
  --secondary-700: #404040;
  --secondary-800: #262626;
  --secondary-900: #171717;
  --secondary-950: #0f0f0f;
  --section-header-text-size: var(--text-md);
  --section-header-text-weight: 400;
  --shadow-drop: none;
  --shadow-drop-lg: none;
  --shadow-inset: none;
  --shadow-spread: 0px;
  --slider-color: black;
  --spacing-lg: 8px;
  --spacing-md: 6px;
  --spacing-sm: 4px;
  --spacing-xl: 10px;
  --spacing-xs: 2px;
  --spacing-xxl: 16px;
  --spacing-xxs: 1px;
  --stat-background-fill: transparent;
  --table-border-color: transparent;
  --table-even-background-fill: white;
  --table-odd-background-fill: white;
  --table-radius: 0;
  --table-row-focus: #f0f0f0;
  --table-text-color: black;
  --text-lg: 16px;
  --text-md: 14px;
  --text-sm: 12px;
  --text-xl: 22px;
  --text-xs: 10px;
  --text-xxl: 26px;
  --text-xxs: 9px;
}

:root.dark, :root .dark {
  --accordion-text-color: black;
  --background-fill-primary: white;
  --background-fill-secondary: white;
  --block-background-fill: transparent;
  --block-border-color: transparent;
  --block-border-width: 0px;
  --block-info-text-color: var(--body-text-color-subdued);
  --block-label-background-fill: transparent;
  --block-label-border-color: transparent;
  --block-label-border-width: 0px;
  --block-label-text-color: black;
  --block-shadow: none;
  --block-title-background-fill: transparent;
  --block-title-border-color: transparent;
  --block-title-border-width: 0px;
  --block-title-text-color: black;
  --body-background-fill: white;
  --body-text-color: black;
  --body-text-color-subdued: #666666;
  --border-color-accent: transparent;
  --border-color-accent-subdued: transparent;
  --border-color-primary: transparent;
  --button-border-width: 0px;
  --button-cancel-background-fill: white;
  --button-cancel-background-fill-hover: #f0f0f0;
  --button-cancel-border-color: transparent;
  --button-cancel-border-color-hover: transparent;
  --button-cancel-shadow-active: none;
  --button-cancel-shadow: none;
  --button-cancel-shadow-hover: none;
  --button-cancel-text-color: black;
  --button-cancel-text-color-hover: black;
  --button-primary-background-fill: white;
  --button-primary-background-fill-hover: #f0f0f0;
  --button-primary-border-color: transparent;
  --button-primary-border-color-hover: transparent;
  --button-primary-shadow-active: none;
  --button-primary-shadow: none;
  --button-primary-shadow-hover: none;
  --button-primary-text-color: black;
  --button-primary-text-color-hover: black;
  --button-secondary-background-fill: white;
  --button-secondary-background-fill-hover: #f0f0f0;
  --button-secondary-border-color: transparent;
  --button-secondary-border-color-hover: transparent;
  --button-secondary-shadow-active: none;
  --button-secondary-shadow: none;
  --button-secondary-shadow-hover: none;
  --button-secondary-text-color: black;
  --button-secondary-text-color-hover: black;
  --checkbox-background-color: white;
  --checkbox-background-color-focus: white;
  --checkbox-background-color-hover: white;
  --checkbox-background-color-selected: black;
  --checkbox-border-color: transparent;
  --checkbox-border-color-focus: transparent;
  --checkbox-border-color-hover: transparent;
  --checkbox-border-color-selected: transparent;
  --checkbox-border-width: 0px;
  --checkbox-label-background-fill: transparent;
  --checkbox-label-background-fill-hover: transparent;
  --checkbox-label-background-fill-selected: transparent;
  --checkbox-label-border-color: transparent;
  --checkbox-label-border-color-hover: transparent;
  --checkbox-label-border-color-selected: transparent;
  --checkbox-label-border-width: var(--input-border-width);
  --checkbox-label-text-color: black;
  --checkbox-label-text-color-selected: black;
  --code-background-fill: transparent;
  --color-accent-soft: transparent;
  --error-background-fill: transparent;
  --error-border-color: transparent;
  --error-border-width: 0px;
  --error-icon-color: red;
  --error-text-color: red;
  --input-background-fill: white;
  --input-background-fill-focus: white;
  --input-background-fill-hover: white;
  --input-border-color: transparent;
  --input-border-color-focus: transparent;
  --input-border-color-hover: transparent;
  --input-border-width: 0px;
  --input-placeholder-color: #767676;
  --input-shadow: none;
  --input-shadow-focus: none;
  --link-text-color-active: #0000EE;
  --link-text-color: #0000EE;
  --link-text-color-hover: #0000EE;
  --link-text-color-visited: #551A8B;
  --loader-color: black;
  --panel-background-fill: transparent;
  --panel-border-color: transparent;
  --panel-border-width: 0px;
  --shadow-spread: 0px;
  --slider-color: black;
  --stat-background-fill: transparent;
  --table-border-color: transparent;
  --table-even-background-fill: white;
  --table-odd-background-fill: white;
  --table-row-focus: #f0f0f0;
  --table-text-color: black;
  --checkbox_label_shadow: None;
  --checkbox_label_shadow_hover: None;
  --checkbox_label_shadow_active: None;
  --name: hmb/nothing;
  --custom-css: ;
  --block-info-text-size: var(--text-sm);
  --block-info-text-weight: 400;
  --block-label-margin: 0;
  --block-label-padding: 0;
  --block-label-radius: 0;
  --block-label-right-radius: 0;
  --block-label-shadow: none;
  --block-label-text-size: var(--text-sm);
  --block-label-text-weight: 600;
  --block-padding: 0;
  --block-radius: 0;
  --block-title-padding: 0;
  --block-title-radius: 0;
  --block-title-text-size: var(--text-md);
  --block-title-text-weight: 600;
  --body-text-size: var(--text-md);
  --body-text-weight: 400;
  --button-large-padding: var(--spacing-lg) calc(2 * var(--spacing-lg));
  --button-large-radius: 0;
  --button-large-text-size: var(--text-lg);
  --button-large-text-weight: 600;
  --button-medium-padding: var(--spacing-md) calc(2 * var(--spacing-md));
  --button-medium-radius: 0;
  --button-medium-text-size: var(--text-md);
  --button-medium-text-weight: 600;
  --button-small-padding: var(--spacing-sm) calc(1.5 * var(--spacing-sm));
  --button-small-radius: 0;
  --button-small-text-size: var(--text-sm);
  --button-small-text-weight: 400;
  --button-transform-active: none;
  --button-transform-hover: none;
  --button-transition: none;
  --chatbot-text-size: var(--text-lg);
  --checkbox-border-radius: 0;
  --checkbox-check: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  --checkbox-label-gap: var(--spacing-lg);
  --checkbox-label-padding: var(--spacing-md) calc(2 * var(--spacing-md));
  --checkbox-label-shadow: none;
  --checkbox-label-shadow-active: none;
  --checkbox-label-shadow-hover: none;
  --checkbox-label-text-size: var(--text-md);
  --checkbox-label-text-weight: 400;
  --checkbox-shadow: none;
  --color-accent: black;
  --container-radius: 0;
  --embed-radius: 0;
  --font: ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, Consolas, monospace;
  --form-gap-width: 0px;
  --input-padding: var(--spacing-xl);
  --input-radius: 0;
  --input-text-size: var(--text-md);
  --input-text-weight: 400;
  --layout-gap: 0px;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-50: #fafafa;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0f0f0f;
  --primary-100: #f5f5f5;
  --primary-200: #e5e5e5;
  --primary-300: #d4d4d4;
  --primary-400: #a3a3a3;
  --primary-50: #fafafa;
  --primary-500: #737373;
  --primary-600: #525252;
  --primary-700: #404040;
  --primary-800: #262626;
  --primary-900: #171717;
  --primary-950: #0f0f0f;
  --prose-header-text-weight: 600;
  --prose-text-size: var(--text-md);
  --prose-text-weight: 400;
  --radio-circle: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  --radius-lg: 0px;
  --radius-md: 0px;
  --radius-sm: 0px;
  --radius-xl: 0px;
  --radius-xs: 0px;
  --radius-xxl: 0px;
  --radius-xxs: 0px;
  --secondary-100: #f5f5f5;
  --secondary-200: #e5e5e5;
  --secondary-300: #d4d4d4;
  --secondary-400: #a3a3a3;
  --secondary-50: #fafafa;
  --secondary-500: #737373;
  --secondary-600: #525252;
  --secondary-700: #404040;
  --secondary-800: #262626;
  --secondary-900: #171717;
  --secondary-950: #0f0f0f;
  --section-header-text-size: var(--text-md);
  --section-header-text-weight: 400;
  --shadow-drop: none;
  --shadow-drop-lg: none;
  --shadow-inset: none;
  --spacing-lg: 8px;
  --spacing-md: 6px;
  --spacing-sm: 4px;
  --spacing-xl: 10px;
  --spacing-xs: 2px;
  --spacing-xxl: 16px;
  --spacing-xxs: 1px;
  --table-radius: 0;
  --text-lg: 16px;
  --text-md: 14px;
  --text-sm: 12px;
  --text-xl: 22px;
  --text-xs: 10px;
  --text-xxl: 26px;
  --text-xxs: 9px;
}