:root { --font-ui:MainstepManrope,Manrope,sans-serif; }
/* Shared local face: the existing variable asset owns every Manrope weight. */
@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

/* Typography roles shared by authenticated, entry, and restricted workspaces. */
:root { --ui-font:Manrope,system-ui,sans-serif; --ui-body:15px; --ui-control:14px; --ui-title:28px; --ui-section:20px; --ui-dialog:22px; --ui-control-height:44px; }
