/* Semantic presentation tokens for the published MLM Academy visual language. */
.mlma-ui {
  --mlma-black: #0c0c0b;
  --mlma-yellow: #f5cf38;
  --mlma-paper: #f2f0e8;
  --mlma-surface: #171715;
  --mlma-surface-raised: #20201e;
  --mlma-field: #fffef8;
  --mlma-ink: #fffef8;
  --mlma-ink-on-light: #0c0c0b;
  --mlma-muted: #c7c5bd;
  --mlma-muted-on-light: #69685f;
  --mlma-line: #44433e;
  --mlma-dark-line: rgba(255,255,255,.18);
  --mlma-green: #b7d1bc;
  --mlma-success-ink: #183021;
  --mlma-danger: #ff9385;
  --mlma-font-body: Arial, Helvetica, sans-serif;
  --mlma-font-label: ui-monospace, SFMono-Regular, Menlo, monospace;
  --mlma-space-1: 4px;
  --mlma-space-2: 8px;
  --mlma-space-3: 12px;
  --mlma-space-4: 16px;
  --mlma-space-6: 24px;
  --mlma-space-8: 32px;
  --mlma-space-12: 48px;
  --mlma-space-16: 64px;
  --mlma-content-width: 1180px;
  --mlma-radius: 0px;
  --mlma-focus-ring: 3px solid #f5cf38;
}
