/* Mantwi Capital — Shape & elevation tokens.
   Binary radius language: square everywhere, one rounded card.
   The green card is the ONLY element with depth. */

:root {
  --radius-none: 0px;
  --radius-card: 16px;   /* the single rounded object */

  --shadow-none: none;
  --shadow-card: 0 4px 16px rgba(0, 0, 0, 0.12);  /* the only shadow on the page */
}
