// =Colors
$colors: map-extend($colors, (
    background: (
        azure: var(--palette-azure)
    )
));