@use './mixins/config' as *;
@use './common/var' as *;

.#{$dark-mode} {
  img {
    filter: $image-bright-dark;
  }
}
