// Base styles
// --------------------------------------------------
svg {
  &.embla-icon {
    color: $icon-color;
    fill: $icon-color;
    height: 24px;
    width: 24px;
  }

  &.subtle {
    color: $icon-color-subtle;
    fill: $icon-color-subtle;
  }
}
