/* imported from header-button.scss 
 */

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Lightens or darkens a color based on its brightness
 */
/**
* This takes the current $color of the parent and sets the icon color
* to be the currentColor
*/
/**
* Determines the icon size for various different sizes of buttons
*/
/* IMPORT_PT: update these as the project sees fit */
/* Line Heights */
/* stylelint-disable */

/* stylelint-enable */
.header-button__btnContent___1LxL7 {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .header-button__btnContent___1LxL7 svg {
    margin-right: 6px; }
    .header-button__btnContent___1LxL7 svg > path {
      fill: currentColor; }
