@use 'colors/colors' as colors;
@use 'colors/gradient-variables' as gradients;

.night-theme,
.moonlight-theme {
  background: colors.$color-blue-grey-850;
  color: colors.$color-blue-grey-050;
}

.moonlight-theme {
  background: gradients.$bg-radial-2;
  background-size: cover;
  background-repeat: no-repeat;
}
