/* Cartorga — Corners, borders, shadows */
:root {
  --radius-sm: 8px;    /* @kind radius */
  --radius-md: 12px;   /* @kind radius */

  --border-hair: 1px solid var(--line);           /* @kind other */
  --border-hair-dark: 1px solid var(--dark-line); /* @kind other */

  /* The single, only shadow. Used to lift a product-UI frame. Prefer a hairline first. */
  --shadow-lift: 0 1px 2px rgba(28,26,23,0.04), 0 8px 24px rgba(28,26,23,0.06); /* @kind shadow */
}
