/* Fresh AOV Bump – CSS Custom Properties */
:root {
  --fab-primary:       #2271b1;
  --fab-primary-dark:  #135e96;
  --fab-accent:        #e65c00;
  --fab-success:       #1e8a3e;
  --fab-danger:        #cc1818;
  --fab-bg:            #fff;
  --fab-border:        #ddd;
  --fab-radius:        8px;
  --fab-shadow:        0 2px 12px rgba(0,0,0,.10);
  --fab-font-size:     14px;
  --fab-transition:    .2s ease;
}
