@use "catppuccin" as theme; .t { &-red { color: theme.$red; } &-orange { color: theme.$peach; } &-yellow { color: theme.$yellow; } &-green { color: theme.$green; } }