/* ============================================================
   IZMSTAR REAL ESTATE LLC — Radius & Elevation Tokens
   Aggressively angular. 2px everywhere except circles.
   ============================================================ */

:root {
  --radius-none: 0px;
  --radius-xs: 1px;
  --radius-sm: 2px;
  --radius-full: 9999px;

  /* Elevation: flat system. No card shadows. */
  --elevation-card-border: 1px solid var(--border-hairline);
  --elevation-dark-border: 1px solid var(--border-strong);
  --elevation-sticky-shadow: var(--shadow-sticky);

  /* Signature motif */
  --corner-square-size: 12px;
  --corner-square-size-lg: 16px;
}
