/* Returns a color with alpha value */
@function --zalpha(--color, --a) {
  result: oklch(from var(--color) l c h / var(--a));
}
