/* The identity is sharp-cornered. radius-none is the default for every surface. */
:root {
  --radius-none: 0px;
  --radius-full: 9999px; /* circular marks only (the WRKN roundel). Never on UI. */

  --radius-card: var(--radius-none);
  --radius-button: var(--radius-none);
  --radius-tag: var(--radius-none);
  --radius-avatar: var(--radius-full);

  /* No shadow system exists in the source. Depth is expressed with hairline borders
     and flat color fields. These exist so consumers do not invent their own. */
  --shadow-none: none;
}
