:root {
  --ece-color-orange: #f58220;
  --ece-color-orange-dark: #d96b0b;
  --ece-color-orange-soft: #fff2e7;
  --ece-color-white: #ffffff;
  --ece-color-black: #111111;
  --ece-color-grey-100: #f4f4f2;
  --ece-color-grey-200: #e8e8e5;
  --ece-color-grey-500: #767676;
  --ece-color-grey-700: #444444;
  --ece-color-error: #b42318;
  --ece-font-family: Inter, Arial, Helvetica, sans-serif;
  --ece-transition: 300ms ease;
  --ece-radius-sm: 0.5rem;
  --ece-radius-lg: 1.5rem;
  --ece-shadow-button: 0 1rem 2.5rem rgba(0, 0, 0, 0.24);
  --ece-shadow-card: 0 1.5rem 4rem rgba(17, 17, 17, 0.08);
  --ece-space-1: 0.5rem;
  --ece-space-2: 1rem;
  --ece-space-3: 1.5rem;
  --ece-space-4: 2rem;
  --ece-space-5: 3rem;
  --ece-content-width: 80rem;
  --ece-form-width: 50rem;
}
