/*
Theme Name: Rainbow Creative
Theme URI: https://yourwebsite.com
Description: A child theme for the Storefront theme.
Author: Your Name
Author URI: https://yourwebsite.com
Template: twentytwentyone
Version: 1.0
*/

@import url("../twentytwentyone/style.css"); /* Optional: Import parent theme styles */


/* Black Background */
.wp-block-paragraph.is-style-black-background {
    background-color: black !important;
    color: white  !important;
    padding: 10px;
}

/* Red Text */
.wp-block-paragraph.is-style-red-text {
    color: red  !important;
    font-weight: bold  !important;
}

/* Bordered Box */
.wp-block-paragraph.is-style-bordered-box {
    border: 2px solid black  !important;
    padding: 15px;
    border-radius: 5px;
}
