/* Tailwind’s base layer includes global CSS resets and element styles that are not prefixed. 
These styles affect all HTML elements (like input, button, h1, etc.) in the consuming app. */
@tailwind base;

.mobile-preview-frame {
  container-type: inline-size;
}
