@import url(https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap);:root{--logo-url-light:url(https://pub-2fb5ea7ed48b476793ead2c4e26c5690.r2.dev/black-logo-no-background.svg);--logo-url-dark:url(https://pub-2fb5ea7ed48b476793ead2c4e26c5690.r2.dev/White%20logo%20-%20no%20background.png);--font-family-primary:'Spline Sans','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--logo-url:var(--logo-url-dark);--background-primary:#111827;--background-auth-actions:#3B2A8C;--background-button-primary:#6246EA;--background-button-secondary:#3B2A8C;--background-code-sample-header-primary:#2D3748;--background-code-sample-header-secondary:#4A5568;--background-example-section-header-primary:#2D3748;--background-example-section-header-secondary:#4A5568;--background-inline-code:#2D3748;--background-input:#1A202C;--background-input-hovered:#2D3748;--background-nav-item-selected:#3B2A8C;--background-text-selection-color:#583FD3;--border-inline-code:#4A5568;--border-input:#4A5568;--border-input-hovered:#718096;--color-divider:#4A5568;--color-nav-divider:#4A5568;--text-color-h1:#F7FAFC;--text-color-h2:#EDF2F7;--text-color-h3:#E2E8F0;--text-color-code-sample-header:#E2E8F0;--text-color-enum-header:#E2E8F0;--text-color-example-section-header:#E2E8F0;--text-color-inline-code:#C0B5F7;--text-color-nav:#E2E8F0;--text-color-nav-hovered:#C0B5F7;--text-color-nav-selected:#C0B5F7;--text-color-primary:#E2E8F0;--text-color-property-constraints:#A0AEC0;--text-color-property-name:#F7FAFC;--text-color-placeholder-hovered:#718096;--text-color-required:#C0B5F7}.light{--logo-url:var(--logo-url-light);--background-primary:#FFFFFF;--background-auth-actions:#EFEDFD;--background-button-primary:#6246EA;--background-button-secondary:#D8D1FA;--background-code-sample-header-primary:#F7FAFC;--background-code-sample-header-secondary:#E2E8F0;--background-example-section-header-primary:#F7FAFC;--background-example-section-header-secondary:#E2E8F0;--background-inline-code:#F7FAFC;--background-input:#FFFFFF;--background-input-hovered:#F7FAFC;--background-nav-item-selected:#EFEDFD;--background-text-selection-color:#D8D1FA;--border-inline-code:#E2E8F0;--border-input:#CBD5E0;--border-input-hovered:#A0AEC0;--color-divider:#E2E8F0;--color-nav-divider:#CBD5E0;--text-color-h1:#1D1546;--text-color-h2:#2C2069;--text-color-h3:#3B2A8C;--text-color-code-sample-header:#4A5568;--text-color-enum-header:#4A5568;--text-color-example-section-header:#4A5568;--text-color-inline-code:#583FD3;--text-color-nav:#4A5568;--text-color-nav-hovered:#6246EA;--text-color-nav-selected:#6246EA;--text-color-primary:#4A5568;--text-color-property-constraints:#718096;--text-color-property-name:#2D3748;--text-color-placeholder-hovered:#A0AEC0;--text-color-required:#6246EA}body{font-family:var(--font-family-primary);font-weight:400;letter-spacing:var(--letter-spacing-normal, 0);line-height:var(--line-height-relaxed, 1.4)}.theme-logo{content:var(--logo-url);margin:25px}h1{font-weight:700;letter-spacing:-.025em;line-height:1.1}h2{font-weight:600;letter-spacing:-.025em;line-height:1.2}h3{font-weight:500;letter-spacing:normal;line-height:1.2}button{font-weight:500;letter-spacing:.025em}input,select,textarea{font-family:var(--font-family-primary);font-weight:400}code{font-family:Inter,monospace;font-weight:400}