@use "../core/instances" as *;

.example_brph {
    @include bc(#f1e0d1, #4a2914);
    padding: 20px;
    border: 2px solid #4a2914;

    @include brph((point: 700, type: max)) {
        @include bc(#d8edf0, #153c42);
    }
}
