//------------------------------------------------------
// Do not edit this file directly. These variables are
// generated from the Momentum Design color tokens.
// @momentum-ui/tokens/src/core/colors.js
//------------------------------------------------------

{{#each this}}
{{#each this}}
{{#if ../default}}
{{#if @last}}
$md-{{@../key}}: {{hex}} !default;
{{else}}
$md-{{@../key}}-{{@key}}: {{hex}} !default;
{{/if}}
{{else}}
$md-{{@../key}}-{{@key}}: {{hex}} !default;
{{/if}}
{{/each}}

{{/each}}

