@import './_variables.sss' /** * Colors */ $hue: 200 $bg: calc($hue * $cs-1) $bright: 50% $opacity: 1 $primary: hsla($hue, 20%, calc($bright * $cs-1), $opacity) $secondary: hsla($bg, 20%, calc($bright * $cs-1), $opacity) $hilite: hsla($hue, 50%, calc($bright * $cs-0), $opacity) $light: hsla(255, 50%, calc($bright * $cs-0), $opacity) $dark: hsla(001, 50%, calc($bright * $cs-0), $opacity)