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