/* Design tokens are defined in layers.css */
/* This file exists for compatibility and can be used for additional token definitions */

:root {
  /* Additional custom properties can be defined here */
  --afa-xy7q-content-max-width: 65ch;
  --afa-xy7q-grid-gap: var(--afa-xy7q-space-lg);
  --afa-xy7q-card-padding: var(--afa-xy7q-space-md);
  --afa-xy7q-form-element-height: 2.75rem;
}
