/* Block Editor Colors generated css */
:root {
    --bec-color-adv-red: #f45c5c;
}

:root .has-adv-red-color {
    color: var(--bec-color-adv-red, #f45c5c) !important;
}

:root .has-adv-red-background-color {
    background-color: var(--bec-color-adv-red, #f45c5c) !important;
}

.has-text-align-justify {
    text-align: justify;
}