:root {
  /* Sharp by identity — the logo is a hard-cornered triangle; nothing is pill-soft
     except deliberately capsule-shaped badges. */
  --r-xs: 2px;
  --r-sm: 3px;
  --r-md: 5px;
  --r-lg: 8px;
  --r-xl: 12px;
  --r-pill: 999px;
  --r-button: var(--r-sm);
  --r-card: var(--r-md);
  --r-input: var(--r-sm);
  --r-panel: var(--r-lg);
}
