@use 'sass:color'; @use '../mastodon/functions' with ( $darken-multiplier: 1, $lighten-multiplier: -1 ); $white: #fff; // White $blurple-500: #6364ff; // Brand purple $grey-600: hsl(240deg, 8%, 33%); // Trout @use '../mastodon/variables' with ( $ui-base-color: hsl(255deg, 25%, 88%), $emojis-requiring-inversion: 'chains' );