/* imported from select.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 */
.select__select-input__control___28ZyO {
  font-size: calc(16px + 2 * (100vw - 320px) / 1120) !important; }

.select__select-input__option___tTyj8 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1120) !important; }
