/*!
 * docmd (v0.8.17)
 * Copyright (c) 2025-present docmd.io
 * License: MIT
 */
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@600;700;800&display=swap";:root[data-theme=dark]{--sky-primary:#00a1d5;--sky-primary-light:#0b1830;--sky-primary-dark:#0664b9;--sky-text:#f5f7ff;--sky-text-light:#aeb9d4;--sky-background:#060911;--sky-background-alt:#0d1320;--sky-border:#1c2740;--accent-color:#00a1d5;--link-color:#00a1d5;--sidebar-bg:#05080f;--sidebar-link-active-bg:#0d1730;--sidebar-link-active-text:#00d4aa;--header-bg:#060911;--header-border:#1c2740;--code-bg:#0b1220;--code-text:#f5f7ff}:root[data-theme=light]{--sky-primary:#0664b9;--sky-primary-light:#e3effb;--sky-primary-dark:#00497b;--sky-text:#0d1320;--sky-text-light:#4a5568;--sky-background:#ffffff;--sky-background-alt:#f5f7ff;--sky-border:#dce4f2;--accent-color:#0664b9;--link-color:#0664b9;--sidebar-link-active-text:#0664b9}body{font-family:Inter,system-ui,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Sora,Inter,sans-serif;letter-spacing:-.01em}.docmd-embed,.docmd-embed iframe{width:100%;border-radius:.6rem}.docmd-embed{margin:1.25rem 0;aspect-ratio:16/9}.docmd-embed iframe{height:100%;border:0}.docmd-collapsible code{color:var(--accent-color);font-weight:600;font-variant-numeric:tabular-nums}
