:root{
  --shadow-card: 0px 4px 16px 0px rgba(39,51,74,0.06);
  --shadow-overlay: 0px 6px 24px 0px rgba(39,51,74,0.18);
  --shadow-float: 0px 12px 40px 0px rgba(0,0,0,0.25);
  --hairline-card: inset 0 0 0 1px var(--border-default);
  --hairline-button: inset 0 0 0 1.5px var(--color-blue);
  --hairline-button-inverse: inset 0 0 0 1.5px var(--neutral-white);
  --blur-header: blur(20px); /* @kind other */
}
