:root {
  /* --- Colors --- */
  --mantys-author-text: #0B4451;              /* main text color */
  --mantys-author-accent: #2FA6A1;           /* links / highlights */
  --mantys-author-bg: #FFF4E6;               /* card background */
  --mantys-author-avatar-ring: #E58E73;      /* ring color around avatar */

  /* --- Layout --- */
  --mantys-author-radius: 24px;              /* corner radius for card */

  /* --- Avatar geometry --- */
  --mantys-author-ring-w: 2px;               /* ring/border thickness */
  --mantys-author-avatar-size: 128px;        /* desktop avatar size */
  --mantys-author-avatar-size-sm: 128px;     /* mobile avatar size */
}
