@import './tokens';

:root,
html {
  @each $key, $value in $all-colours {
    $keyval : '' + $key;
    --sdds-#{$keyval} : #{$value};
  }
}