/* Vibe: Morning Light (morning_light) v1.0.0 */
/* Pale, optimistic, high luminance. Soft sky-cream background, fresh sage accent. Tuned for inviting first encounters. */
:root[data-vibe="morning_light"] {
  --aa-color-bg: #fdfcf6;
  --aa-color-fg: #1f2a26;
  --aa-color-accent: #5b9c7d;
  --aa-color-muted: #9aa5a0;
  --aa-typography-font-display: 'Avant Garde', 'Avenir Next', system-ui, sans-serif;
  --aa-typography-font-body: 'Avenir Next', 'Inter', system-ui, sans-serif;
  --aa-typography-scale-ratio: 1.25;
  --aa-typography-base-size-px: 17px;
  --aa-motion-duration-ms-base: 220ms;
  --aa-motion-easing: cubic-bezier(0.33, 1, 0.68, 1);
  --aa-motion-parallax: false;
  --aa-layout-grid-cols: 12;
  --aa-layout-container-max-px: 1180px;
  --aa-layout-gutter-px: 28px;
  --aa-navigation-style: sticky_top;
  --aa-navigation-persistence: persistent;
}
