:root {
  --radius-pill: 999px;
  --radius-card: 20px;
  --radius-media: 28px;
  --radius-input: 999px;

  --blur-glass: blur(16px); /* @kind other */

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --dur-fast: 200ms; /* @kind other */
  --dur-med: 400ms; /* @kind other */

  --hover-dim: 0.85; /* @kind other */
  --press-dim: 0.7; /* @kind other */
}
