/*
 * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.
 * This software is released under MIT license.
 * The full license information can be found in LICENSE in the root directory of this project.
 */

@include exports('tooltip.properties') {
  @if $clr-use-custom-properties == true {
    :root {
      // Usage: ../popover/tooltip/_tooltips.clarity.scss
      --clr-tooltip-background-color: var(--clr-color-neutral-1000);
      --clr-tooltip-border-radius: var(--clr-global-borderradius);
      --clr-tooltip-color: var(--clr-color-neutral-0);
      --clr-tooltip-font-weight: var(--clr-p3-font-weight);
    }
  }
}
