/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/


code {
    font-size: var(--wp--preset--font-size--xx-large) !important;
    color: var(--wp-preset-color--primary);
    font-family: var(--wp--preset--font-family--heading);
    font-weight: 400;
    letter-spacing: 0;
}
.media-text-1 .wp-block-media-text__content {
    padding: 0 40px 0 20px;
}
.media-text-2 .wp-block-media-text__content {
    padding: 0 20px 0 40px;
}