/*!
 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 **/

p.text-bkg {
    background: black;
    width: fit-content;
    padding: 0 10px;
}

.gform-body.gform_body, .gform_body input {
    font-family: 'Oswald' !important;
}
.gform_body label, .gform_body legend {
    font-family: 'Oswald' !important;
    color: #fff !important;
}
input#gform_submit_button_9 {
    font-family: 'Oswald' !important;
    font-size: 20px !important;
}