:root {
  --bg: #f4f7f9;
  --surface: #ffffff;
  --surface-soft: #edf3f7;
  --ink: #111827;
  --muted: #697586;
  --line: rgba(17, 24, 39, .1);
  --blue: #006fba;
  --blue-dark: #0e3342;
  --green: #35b957;
  --shadow: 0 10px 30px rgba(15, 23, 42, .08);
  --shadow-strong: 0 24px 60px rgba(15, 23, 42, .13);
  --container: 1880px;
  --gutter: clamp(28px, 2.8vw, 56px);
  --search-drawer-shell-left: 50%;
  --search-drawer-shell-top: calc(192px + var(--admin-toolbar-offset, 0px));
  --search-drawer-shell-width: min(calc(100% - var(--gutter) * 2), var(--container));
  --search-drawer-shell-transform: translateX(-50%);
  --accent-font: "IBM Plex Sans", Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
}
