/*
Theme Name: Plain Block Theme
Theme URI: https://example.com/plain-block-theme
Author: Your Name
Author URI: https://example.com
Description: MKZ Plain Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plain-block-theme
Tags: block-theme, full-site-editing, fse
*/

/*--------------------------------------------------------------
Normalize & Base Styles
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
    font-size: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

:root {
    --primary-color: #a2342e;
}

.left {
    float: left;
}

.right {
    float: right;
}

dl, ol, ul {
    line-height: 1.6;
}

a.logo, span.logo {
    background-image: url("assets/images/logo.svg");

}

.sobl-header a.logo, .sobl-header span.logo {
    background-image: url("assets/images/sobl_logo.svg");
}

.kaernten-sonntag-header a.logo, .kaernten-sonntag-header span.logo {
    background-image: url("assets/images/k_sonntag_logo.png");
}

.title-bar {
    display: block;
}


/*--------------------------------------------------------------
2. Theme Essentials
--------------------------------------------------------------*/

.nag-grid-title-bar {
    background-color: var(--primary-color);
}