//////////////////////////// // THEME / VARIABLES / CARDS //////////////////////////// @use './color-palette' as color_palette; @forward "@dcf/scss/variables/cards" with ( $bg-color-card-light-mode: color_palette.$cream, $bg-color-card-dark-mode: color_palette.$darker-gray );