.container { @mixin light { background-color: #e0f0f4; } @mixin dark { background-color: var(--mantine-color-dark-7); } }