// Code generated. DO NOT EDIT.
//
// MSKCC 2021, 2024
//

$use-fallback-value: true;

@use "./themes";

@function _get($token) {
  @return var(--msk-#{$token});
}

@function _get($token) {
  @if $use-fallback-value == false {
    @return var(--msk-#{$token});
  } @else {
    @return var(--msk-#{$token}, #{themes.get($token)});
  }
}

$msk--color-bg: _get("color-bg");
$msk--color-bg-action: _get("color-bg-action");
$msk--color-bg-action-active: _get("color-bg-action-active");
$msk--color-bg-action-danger-active: _get("color-bg-action-danger-active");
$msk--color-bg-action-danger-hover: _get("color-bg-action-danger-hover");
$msk--color-bg-action-danger-inverse-active: _get(
  "color-bg-action-danger-inverse-active"
);
$msk--color-bg-action-danger-inverse-hover: _get(
  "color-bg-action-danger-inverse-hover"
);
$msk--color-bg-action-hover: _get("color-bg-action-hover");
$msk--color-bg-action-layer: _get("color-bg-action-layer");
$msk--color-bg-action-layer-active: _get("color-bg-action-layer-active");
$msk--color-bg-action-layer-hover: _get("color-bg-action-layer-hover");
$msk--color-bg-action-primary: _get("color-bg-action-primary");
$msk--color-bg-action-primary-active: _get("color-bg-action-primary-active");
$msk--color-bg-action-primary-danger: _get("color-bg-action-primary-danger");
$msk--color-bg-action-primary-danger-active: _get(
  "color-bg-action-primary-danger-active"
);
$msk--color-bg-action-primary-danger-hover: _get(
  "color-bg-action-primary-danger-hover"
);
$msk--color-bg-action-primary-hover: _get("color-bg-action-primary-hover");
$msk--color-bg-action-selected: _get("color-bg-action-selected");
$msk--color-bg-action-selected-active: _get("color-bg-action-selected-active");
$msk--color-bg-action-selected-hover: _get("color-bg-action-selected-hover");
$msk--color-bg-action-selected-inverse: _get(
  "color-bg-action-selected-inverse"
);
$msk--color-bg-disabled: _get("color-bg-disabled");
$msk--color-bg-error: _get("color-bg-error");
$msk--color-bg-feedback-error: _get("color-bg-feedback-error");
$msk--color-bg-feedback-error-medium: _get("color-bg-feedback-error-medium");
$msk--color-bg-feedback-error-strong: _get("color-bg-feedback-error-strong");
$msk--color-bg-feedback-error-weak: _get("color-bg-feedback-error-weak");
$msk--color-bg-feedback-info: _get("color-bg-feedback-info");
$msk--color-bg-feedback-info-medium: _get("color-bg-feedback-info-medium");
$msk--color-bg-feedback-info-strong: _get("color-bg-feedback-info-strong");
$msk--color-bg-feedback-info-weak: _get("color-bg-feedback-info-weak");
$msk--color-bg-feedback-success: _get("color-bg-feedback-success");
$msk--color-bg-feedback-success-medium: _get(
  "color-bg-feedback-success-medium"
);
$msk--color-bg-feedback-success-strong: _get(
  "color-bg-feedback-success-strong"
);
$msk--color-bg-feedback-success-weak: _get("color-bg-feedback-success-weak");
$msk--color-bg-feedback-warning: _get("color-bg-feedback-warning");
$msk--color-bg-feedback-warning-medium: _get(
  "color-bg-feedback-warning-medium"
);
$msk--color-bg-feedback-warning-strong: _get(
  "color-bg-feedback-warning-strong"
);
$msk--color-bg-feedback-warning-weak: _get("color-bg-feedback-warning-weak");
$msk--color-bg-footer: _get("color-bg-footer");
$msk--color-bg-footer-action-active: _get("color-bg-footer-action-active");
$msk--color-bg-footer-action-hover: _get("color-bg-footer-action-hover");
$msk--color-bg-input: _get("color-bg-input");
$msk--color-bg-input-inverse: _get("color-bg-input-inverse");
$msk--color-bg-input-inverse-hover: _get("color-bg-input-inverse-hover");
$msk--color-bg-input-item-hover: _get("color-bg-input-item-hover");
$msk--color-bg-input-selected: _get("color-bg-input-selected");
$msk--color-bg-input-selected-hover: _get("color-bg-input-selected-hover");
$msk--color-bg-inverse-disabled: _get("color-bg-inverse-disabled");
$msk--color-bg-layer: _get("color-bg-layer");
$msk--color-bg-layer-inverse: _get("color-bg-layer-inverse");
$msk--color-bg-notification-action-error: _get(
  "color-bg-notification-action-error"
);
$msk--color-bg-notification-action-error-active: _get(
  "color-bg-notification-action-error-active"
);
$msk--color-bg-notification-action-error-hover: _get(
  "color-bg-notification-action-error-hover"
);
$msk--color-bg-notification-action-error-low-contrast: _get(
  "color-bg-notification-action-error-low-contrast"
);
$msk--color-bg-notification-action-error-low-contrast-active: _get(
  "color-bg-notification-action-error-low-contrast-active"
);
$msk--color-bg-notification-action-error-low-contrast-hover: _get(
  "color-bg-notification-action-error-low-contrast-hover"
);
$msk--color-bg-notification-action-info: _get(
  "color-bg-notification-action-info"
);
$msk--color-bg-notification-action-info-active: _get(
  "color-bg-notification-action-info-active"
);
$msk--color-bg-notification-action-info-hover: _get(
  "color-bg-notification-action-info-hover"
);
$msk--color-bg-notification-action-info-low-contrast: _get(
  "color-bg-notification-action-info-low-contrast"
);
$msk--color-bg-notification-action-info-low-contrast-active: _get(
  "color-bg-notification-action-info-low-contrast-active"
);
$msk--color-bg-notification-action-info-low-contrast-hover: _get(
  "color-bg-notification-action-info-low-contrast-hover"
);
$msk--color-bg-notification-action-success: _get(
  "color-bg-notification-action-success"
);
$msk--color-bg-notification-action-success-active: _get(
  "color-bg-notification-action-success-active"
);
$msk--color-bg-notification-action-success-hover: _get(
  "color-bg-notification-action-success-hover"
);
$msk--color-bg-notification-action-success-low-contrast: _get(
  "color-bg-notification-action-success-low-contrast"
);
$msk--color-bg-notification-action-success-low-contrast-active: _get(
  "color-bg-notification-action-success-low-contrast-active"
);
$msk--color-bg-notification-action-success-low-contrast-hover: _get(
  "color-bg-notification-action-success-low-contrast-hover"
);
$msk--color-bg-notification-action-warning: _get(
  "color-bg-notification-action-warning"
);
$msk--color-bg-notification-action-warning-active: _get(
  "color-bg-notification-action-warning-active"
);
$msk--color-bg-notification-action-warning-hover: _get(
  "color-bg-notification-action-warning-hover"
);
$msk--color-bg-notification-action-warning-low-contrast: _get(
  "color-bg-notification-action-warning-low-contrast"
);
$msk--color-bg-notification-action-warning-low-contrast-active: _get(
  "color-bg-notification-action-warning-low-contrast-active"
);
$msk--color-bg-notification-action-warning-low-contrast-hover: _get(
  "color-bg-notification-action-warning-low-contrast-hover"
);
$msk--color-bg-progress: _get("color-bg-progress");
$msk--color-bg-progress-filled: _get("color-bg-progress-filled");
$msk--color-bg-progress-filled-active: _get("color-bg-progress-filled-active");
$msk--color-bg-progress-filled-hover: _get("color-bg-progress-filled-hover");
$msk--color-bg-table-even: _get("color-bg-table-even");
$msk--color-bg-table-focus: _get("color-bg-table-focus");
$msk--color-bg-table-hover: _get("color-bg-table-hover");
$msk--color-bg-table-odd: _get("color-bg-table-odd");
$msk--color-bg-table-selected: _get("color-bg-table-selected");
$msk--color-bg-tag-blue: _get("color-bg-tag-blue");
$msk--color-bg-tag-blue-active: _get("color-bg-tag-blue-active");
$msk--color-bg-tag-blue-hover: _get("color-bg-tag-blue-hover");
$msk--color-bg-tag-cool-gray: _get("color-bg-tag-cool-gray");
$msk--color-bg-tag-cool-gray-active: _get("color-bg-tag-cool-gray-active");
$msk--color-bg-tag-cool-gray-hover: _get("color-bg-tag-cool-gray-hover");
$msk--color-bg-tag-cyan: _get("color-bg-tag-cyan");
$msk--color-bg-tag-cyan-active: _get("color-bg-tag-cyan-active");
$msk--color-bg-tag-cyan-hover: _get("color-bg-tag-cyan-hover");
$msk--color-bg-tag-gray: _get("color-bg-tag-gray");
$msk--color-bg-tag-gray-active: _get("color-bg-tag-gray-active");
$msk--color-bg-tag-gray-hover: _get("color-bg-tag-gray-hover");
$msk--color-bg-tag-green: _get("color-bg-tag-green");
$msk--color-bg-tag-green-active: _get("color-bg-tag-green-active");
$msk--color-bg-tag-green-hover: _get("color-bg-tag-green-hover");
$msk--color-bg-tag-high-contrast: _get("color-bg-tag-high-contrast");
$msk--color-bg-tag-high-contrast-active: _get(
  "color-bg-tag-high-contrast-active"
);
$msk--color-bg-tag-high-contrast-hover: _get(
  "color-bg-tag-high-contrast-hover"
);
$msk--color-bg-tag-magenta: _get("color-bg-tag-magenta");
$msk--color-bg-tag-magenta-active: _get("color-bg-tag-magenta-active");
$msk--color-bg-tag-magenta-hover: _get("color-bg-tag-magenta-hover");
$msk--color-bg-tag-orange: _get("color-bg-tag-orange");
$msk--color-bg-tag-orange-active: _get("color-bg-tag-orange-active");
$msk--color-bg-tag-orange-hover: _get("color-bg-tag-orange-hover");
$msk--color-bg-tag-outline: _get("color-bg-tag-outline");
$msk--color-bg-tag-outline-active: _get("color-bg-tag-outline-active");
$msk--color-bg-tag-outline-hover: _get("color-bg-tag-outline-hover");
$msk--color-bg-tag-purple: _get("color-bg-tag-purple");
$msk--color-bg-tag-purple-active: _get("color-bg-tag-purple-active");
$msk--color-bg-tag-purple-hover: _get("color-bg-tag-purple-hover");
$msk--color-bg-tag-red: _get("color-bg-tag-red");
$msk--color-bg-tag-red-active: _get("color-bg-tag-red-active");
$msk--color-bg-tag-red-hover: _get("color-bg-tag-red-hover");
$msk--color-bg-tag-teal: _get("color-bg-tag-teal");
$msk--color-bg-tag-teal-active: _get("color-bg-tag-teal-active");
$msk--color-bg-tag-teal-hover: _get("color-bg-tag-teal-hover");
$msk--color-bg-tag-warm-gray: _get("color-bg-tag-warm-gray");
$msk--color-bg-tag-warm-gray-active: _get("color-bg-tag-warm-gray-active");
$msk--color-bg-tag-warm-gray-hover: _get("color-bg-tag-warm-gray-hover");
$msk--color-bg-tag-yellow: _get("color-bg-tag-yellow");
$msk--color-bg-tag-yellow-active: _get("color-bg-tag-yellow-active");
$msk--color-bg-tag-yellow-hover: _get("color-bg-tag-yellow-hover");
$msk--color-bg-track: _get("color-bg-track");
$msk--color-bg-track-active: _get("color-bg-track-active");
$msk--color-bg-track-hover: _get("color-bg-track-hover");
$msk--color-border: _get("color-border");
$msk--color-border-action-danger: _get("color-border-action-danger");
$msk--color-border-action-danger-active: _get(
  "color-border-action-danger-active"
);
$msk--color-border-action-danger-hover: _get(
  "color-border-action-danger-hover"
);
$msk--color-border-action-secondary: _get("color-border-action-secondary");
$msk--color-border-action-secondary-active: _get(
  "color-border-action-secondary-active"
);
$msk--color-border-action-secondary-hover: _get(
  "color-border-action-secondary-hover"
);
$msk--color-border-definition: _get("color-border-definition");
$msk--color-border-definition-hover: _get("color-border-definition-hover");
$msk--color-border-disabled: _get("color-border-disabled");
$msk--color-border-error: _get("color-border-error");
$msk--color-border-focus-inner: _get("color-border-focus-inner");
$msk--color-border-focus-outer: _get("color-border-focus-outer");
$msk--color-border-footer-divider: _get("color-border-footer-divider");
$msk--color-border-input: _get("color-border-input");
$msk--color-border-input-hover: _get("color-border-input-hover");
$msk--color-border-input-hover-secondary: _get(
  "color-border-input-hover-secondary"
);
$msk--color-border-layer: _get("color-border-layer");
$msk--color-border-link: _get("color-border-link");
$msk--color-border-link-active: _get("color-border-link-active");
$msk--color-border-link-hover: _get("color-border-link-hover");
$msk--color-border-link-inverse: _get("color-border-link-inverse");
$msk--color-border-link-inverse-active: _get(
  "color-border-link-inverse-active"
);
$msk--color-border-link-inverse-disabled: _get(
  "color-border-link-inverse-disabled"
);
$msk--color-border-link-inverse-hover: _get("color-border-link-inverse-hover");
$msk--color-border-link-neutral: _get("color-border-link-neutral");
$msk--color-border-link-neutral-active: _get(
  "color-border-link-neutral-active"
);
$msk--color-border-link-neutral-hover: _get("color-border-link-neutral-hover");
$msk--color-border-link-visited: _get("color-border-link-visited");
$msk--color-border-progress: _get("color-border-progress");
$msk--color-border-progress-active: _get("color-border-progress-active");
$msk--color-border-progress-filled: _get("color-border-progress-filled");
$msk--color-border-progress-filled-active: _get(
  "color-border-progress-filled-active"
);
$msk--color-border-progress-filled-hover: _get(
  "color-border-progress-filled-hover"
);
$msk--color-border-progress-hover: _get("color-border-progress-hover");
$msk--color-border-selected: _get("color-border-selected");
$msk--color-border-tag-blue: _get("color-border-tag-blue");
$msk--color-border-tag-blue-active: _get("color-border-tag-blue-active");
$msk--color-border-tag-blue-hover: _get("color-border-tag-blue-hover");
$msk--color-border-tag-cool-gray: _get("color-border-tag-cool-gray");
$msk--color-border-tag-cool-gray-active: _get(
  "color-border-tag-cool-gray-active"
);
$msk--color-border-tag-cool-gray-hover: _get(
  "color-border-tag-cool-gray-hover"
);
$msk--color-border-tag-cyan: _get("color-border-tag-cyan");
$msk--color-border-tag-cyan-active: _get("color-border-tag-cyan-active");
$msk--color-border-tag-cyan-hover: _get("color-border-tag-cyan-hover");
$msk--color-border-tag-gray: _get("color-border-tag-gray");
$msk--color-border-tag-gray-active: _get("color-border-tag-gray-active");
$msk--color-border-tag-gray-hover: _get("color-border-tag-gray-hover");
$msk--color-border-tag-green: _get("color-border-tag-green");
$msk--color-border-tag-green-active: _get("color-border-tag-green-active");
$msk--color-border-tag-green-hover: _get("color-border-tag-green-hover");
$msk--color-border-tag-high-contrast: _get("color-border-tag-high-contrast");
$msk--color-border-tag-high-contrast-active: _get(
  "color-border-tag-high-contrast-active"
);
$msk--color-border-tag-high-contrast-hover: _get(
  "color-border-tag-high-contrast-hover"
);
$msk--color-border-tag-magenta: _get("color-border-tag-magenta");
$msk--color-border-tag-magenta-active: _get("color-border-tag-magenta-active");
$msk--color-border-tag-magenta-hover: _get("color-border-tag-magenta-hover");
$msk--color-border-tag-orange: _get("color-border-tag-orange");
$msk--color-border-tag-orange-active: _get("color-border-tag-orange-active");
$msk--color-border-tag-orange-hover: _get("color-border-tag-orange-hover");
$msk--color-border-tag-outline: _get("color-border-tag-outline");
$msk--color-border-tag-outline-active: _get("color-border-tag-outline-active");
$msk--color-border-tag-outline-hover: _get("color-border-tag-outline-hover");
$msk--color-border-tag-purple: _get("color-border-tag-purple");
$msk--color-border-tag-purple-active: _get("color-border-tag-purple-active");
$msk--color-border-tag-purple-hover: _get("color-border-tag-purple-hover");
$msk--color-border-tag-red: _get("color-border-tag-red");
$msk--color-border-tag-red-active: _get("color-border-tag-red-active");
$msk--color-border-tag-red-hover: _get("color-border-tag-red-hover");
$msk--color-border-tag-teal: _get("color-border-tag-teal");
$msk--color-border-tag-teal-active: _get("color-border-tag-teal-active");
$msk--color-border-tag-teal-hover: _get("color-border-tag-teal-hover");
$msk--color-border-tag-warm-gray: _get("color-border-tag-warm-gray");
$msk--color-border-tag-warm-gray-active: _get(
  "color-border-tag-warm-gray-active"
);
$msk--color-border-tag-warm-gray-hover: _get(
  "color-border-tag-warm-gray-hover"
);
$msk--color-border-tag-yellow: _get("color-border-tag-yellow");
$msk--color-border-tag-yellow-active: _get("color-border-tag-yellow-active");
$msk--color-border-tag-yellow-hover: _get("color-border-tag-yellow-hover");
$msk--color-border-weak: _get("color-border-weak");
$msk--color-content-action: _get("color-content-action");
$msk--color-content-action-active: _get("color-content-action-active");
$msk--color-content-action-danger: _get("color-content-action-danger");
$msk--color-content-action-danger-active: _get(
  "color-content-action-danger-active"
);
$msk--color-content-action-danger-hover: _get(
  "color-content-action-danger-hover"
);
$msk--color-content-action-hover: _get("color-content-action-hover");
$msk--color-content-action-primary: _get("color-content-action-primary");
$msk--color-content-action-secondary: _get("color-content-action-secondary");
$msk--color-content-action-secondary-active: _get(
  "color-content-action-secondary-active"
);
$msk--color-content-action-secondary-hover: _get(
  "color-content-action-secondary-hover"
);
$msk--color-content-action-selected: _get("color-content-action-selected");
$msk--color-content-action-selected-active: _get(
  "color-content-action-selected-active"
);
$msk--color-content-action-selected-hover: _get(
  "color-content-action-selected-hover"
);
$msk--color-content-decorative: _get("color-content-decorative");
$msk--color-content-disabled: _get("color-content-disabled");
$msk--color-content-error: _get("color-content-error");
$msk--color-content-feedback-error: _get("color-content-feedback-error");
$msk--color-content-feedback-error-medium: _get(
  "color-content-feedback-error-medium"
);
$msk--color-content-feedback-error-strong: _get(
  "color-content-feedback-error-strong"
);
$msk--color-content-feedback-error-weak: _get(
  "color-content-feedback-error-weak"
);
$msk--color-content-feedback-info: _get("color-content-feedback-info");
$msk--color-content-feedback-info-medium: _get(
  "color-content-feedback-info-medium"
);
$msk--color-content-feedback-info-strong: _get(
  "color-content-feedback-info-strong"
);
$msk--color-content-feedback-info-weak: _get(
  "color-content-feedback-info-weak"
);
$msk--color-content-feedback-success: _get("color-content-feedback-success");
$msk--color-content-feedback-success-medium: _get(
  "color-content-feedback-success-medium"
);
$msk--color-content-feedback-success-strong: _get(
  "color-content-feedback-success-strong"
);
$msk--color-content-feedback-success-weak: _get(
  "color-content-feedback-success-weak"
);
$msk--color-content-feedback-warning: _get("color-content-feedback-warning");
$msk--color-content-feedback-warning-medium: _get(
  "color-content-feedback-warning-medium"
);
$msk--color-content-feedback-warning-strong: _get(
  "color-content-feedback-warning-strong"
);
$msk--color-content-feedback-warning-weak: _get(
  "color-content-feedback-warning-weak"
);
$msk--color-content-footer: _get("color-content-footer");
$msk--color-content-footer-action: _get("color-content-footer-action");
$msk--color-content-footer-action-active: _get(
  "color-content-footer-action-active"
);
$msk--color-content-footer-action-hover: _get(
  "color-content-footer-action-hover"
);
$msk--color-content-input-primary: _get("color-content-input-primary");
$msk--color-content-input-primary-hover: _get(
  "color-content-input-primary-hover"
);
$msk--color-content-input-secondary: _get("color-content-input-secondary");
$msk--color-content-input-secondary-hover: _get(
  "color-content-input-secondary-hover"
);
$msk--color-content-input-selected: _get("color-content-input-selected");
$msk--color-content-input-selected-inverse: _get(
  "color-content-input-selected-inverse"
);
$msk--color-content-input-selected-inverse-hover: _get(
  "color-content-input-selected-inverse-hover"
);
$msk--color-content-inverse: _get("color-content-inverse");
$msk--color-content-inverse-disabled: _get("color-content-inverse-disabled");
$msk--color-content-link: _get("color-content-link");
$msk--color-content-link-active: _get("color-content-link-active");
$msk--color-content-link-hover: _get("color-content-link-hover");
$msk--color-content-link-inverse: _get("color-content-link-inverse");
$msk--color-content-link-inverse-active: _get(
  "color-content-link-inverse-active"
);
$msk--color-content-link-inverse-disabled: _get(
  "color-content-link-inverse-disabled"
);
$msk--color-content-link-inverse-hover: _get(
  "color-content-link-inverse-hover"
);
$msk--color-content-link-neutral: _get("color-content-link-neutral");
$msk--color-content-link-neutral-active: _get(
  "color-content-link-neutral-active"
);
$msk--color-content-link-neutral-hover: _get(
  "color-content-link-neutral-hover"
);
$msk--color-content-link-visited: _get("color-content-link-visited");
$msk--color-content-logo: _get("color-content-logo");
$msk--color-content-primary: _get("color-content-primary");
$msk--color-content-progress: _get("color-content-progress");
$msk--color-content-progress-active: _get("color-content-progress-active");
$msk--color-content-progress-complete: _get("color-content-progress-complete");
$msk--color-content-progress-complete-active: _get(
  "color-content-progress-complete-active"
);
$msk--color-content-progress-complete-hover: _get(
  "color-content-progress-complete-hover"
);
$msk--color-content-progress-hover: _get("color-content-progress-hover");
$msk--color-content-secondary: _get("color-content-secondary");
$msk--color-content-table: _get("color-content-table");
$msk--color-content-table-selected: _get("color-content-table-selected");
$msk--color-content-tag-blue: _get("color-content-tag-blue");
$msk--color-content-tag-blue-active: _get("color-content-tag-blue-active");
$msk--color-content-tag-blue-hover: _get("color-content-tag-blue-hover");
$msk--color-content-tag-cool-gray: _get("color-content-tag-cool-gray");
$msk--color-content-tag-cool-gray-active: _get(
  "color-content-tag-cool-gray-active"
);
$msk--color-content-tag-cool-gray-hover: _get(
  "color-content-tag-cool-gray-hover"
);
$msk--color-content-tag-cyan: _get("color-content-tag-cyan");
$msk--color-content-tag-cyan-active: _get("color-content-tag-cyan-active");
$msk--color-content-tag-cyan-hover: _get("color-content-tag-cyan-hover");
$msk--color-content-tag-gray: _get("color-content-tag-gray");
$msk--color-content-tag-gray-active: _get("color-content-tag-gray-active");
$msk--color-content-tag-gray-hover: _get("color-content-tag-gray-hover");
$msk--color-content-tag-green: _get("color-content-tag-green");
$msk--color-content-tag-green-active: _get("color-content-tag-green-active");
$msk--color-content-tag-green-hover: _get("color-content-tag-green-hover");
$msk--color-content-tag-high-contrast: _get("color-content-tag-high-contrast");
$msk--color-content-tag-high-contrast-active: _get(
  "color-content-tag-high-contrast-active"
);
$msk--color-content-tag-high-contrast-hover: _get(
  "color-content-tag-high-contrast-hover"
);
$msk--color-content-tag-magenta: _get("color-content-tag-magenta");
$msk--color-content-tag-magenta-active: _get(
  "color-content-tag-magenta-active"
);
$msk--color-content-tag-magenta-hover: _get("color-content-tag-magenta-hover");
$msk--color-content-tag-orange: _get("color-content-tag-orange");
$msk--color-content-tag-orange-active: _get("color-content-tag-orange-active");
$msk--color-content-tag-orange-hover: _get("color-content-tag-orange-hover");
$msk--color-content-tag-outline: _get("color-content-tag-outline");
$msk--color-content-tag-outline-active: _get(
  "color-content-tag-outline-active"
);
$msk--color-content-tag-outline-hover: _get("color-content-tag-outline-hover");
$msk--color-content-tag-purple: _get("color-content-tag-purple");
$msk--color-content-tag-purple-active: _get("color-content-tag-purple-active");
$msk--color-content-tag-purple-hover: _get("color-content-tag-purple-hover");
$msk--color-content-tag-red: _get("color-content-tag-red");
$msk--color-content-tag-red-active: _get("color-content-tag-red-active");
$msk--color-content-tag-red-hover: _get("color-content-tag-red-hover");
$msk--color-content-tag-teal: _get("color-content-tag-teal");
$msk--color-content-tag-teal-active: _get("color-content-tag-teal-active");
$msk--color-content-tag-teal-hover: _get("color-content-tag-teal-hover");
$msk--color-content-tag-warm-gray: _get("color-content-tag-warm-gray");
$msk--color-content-tag-warm-gray-active: _get(
  "color-content-tag-warm-gray-active"
);
$msk--color-content-tag-warm-gray-hover: _get(
  "color-content-tag-warm-gray-hover"
);
$msk--color-content-tag-yellow: _get("color-content-tag-yellow");
$msk--color-content-tag-yellow-active: _get("color-content-tag-yellow-active");
$msk--color-content-tag-yellow-hover: _get("color-content-tag-yellow-hover");
