@import "./chip";
@import "./chip.vars";

:host {
  /**
   * Main content should be prioritized on iOS,
   * so we set max font size for chips.
   * We add a min font size to keep the text legible.
   */
  font-size: clamp(13px, $chip-base-font-size-rem, 22px);
}
