/**
 * Generated by quanta codegen — DO NOT EDIT.
 * Regenerate via `yarn workspace @higgsfield/quanta tokens:emit`.
 *
 * Source: @higgsfield-ai/design-tokens (Figma Variables).
 */

:root {
  --hf-duration-instant: 0ms;
  --hf-duration-fast: 100ms;
  --hf-duration-normal: 200ms;
  --hf-duration-slow: 300ms;
  --hf-duration-slower: 500ms;
  --hf-duration-80: 80ms;
  --hf-duration-120: 120ms;
  --hf-duration-130: 130ms;
  --hf-duration-150: 150ms;
  --hf-duration-160: 160ms;
  --hf-duration-180: 180ms;
  --hf-duration-220: 220ms;
  --hf-duration-260: 260ms;
  --hf-duration-350: 350ms;
  --hf-duration-400: 400ms;
  --hf-duration-700: 700ms;
  --hf-duration-800: 800ms;
  --hf-duration-1000: 1000ms;
  --hf-duration-1200: 1200ms;
  --hf-duration-1300: 1300ms;
  --hf-duration-1400: 1400ms;
  --hf-ease-in: cubic-bezier(0.4, 0, 1, 1);
  --hf-ease-out: cubic-bezier(0, 0, 0.2, 1);
  --hf-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --hf-ease-linear: linear;
  --hf-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --hf-ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --hf-ease-emphasized: cubic-bezier(0.32, 0.72, 0, 1);
  --hf-ease-swift: cubic-bezier(0.2, 0, 0, 1);
  --hf-ease-in-out-circ: cubic-bezier(0.65, 0, 0.35, 1);
  --hf-ease-out-quart: cubic-bezier(0.22, 1, 0.36, 1);
}
