/* app/assets/stylesheets/base/variables.css */
:root {
  /* Neutral Scale */
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-700: #374151;

  /* Layout Constants */
  --grid-row-height: 64px;
  --border-radius: 6px;
}
