@import "./defaults.scss";

@function ReterialPalette($custom: ()) {
    @return map-merge($defaults, $custom);
}
