/* SIB Media Lab shared brand tokens for the approved task-first direction. */
:root {
  --smp-paper: #f3f2ef;
  --smp-surface: #0c0d10;
  --smp-surface-raised: #17181c;
  --smp-text: #f2f3f5;
  --smp-text-soft: #c5c6ca;
  --smp-text-dark: #151619;
  --smp-dark-soft: #4b4c50;
  --smp-accent: var(--red);
  --smp-accent-bright: var(--red2);
  --smp-rule: #38393f;
  --smp-field-rule: #85878e;
  --smp-rule-light: #c7c8ca;
  --smp-focus: #ffb8c2;
  --smp-font-display: 'Archivo', sans-serif;
  --smp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --smp-font-label: 'Inter Tight', sans-serif;
  --smp-space-xs: .5rem;
  --smp-space-sm: 1rem;
  --smp-space-md: 1.5rem;
  --smp-space-lg: 2rem;
  --smp-space-xl: 3rem;
  --smp-space-2xl: 4.5rem;
  --smp-space-3xl: 6rem;
  --smp-radius: 2px;
  --smp-duration: 160ms;
  --smp-ease: ease-out;
}
