/* 
Theme Name: Kassenprofi Theme
Description: Theme to add custom styling
Author: Christoph Högl
Template: hello-elementor
Version: 1.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add custom CSS below */

span.text-red {
    color: #b61e3e;
}

span.text-border {
    border: solid #b61e3e;
    padding: 5px;
    white-space: nowrap;
}