/*
Theme Name:         Kawai
Theme URI:          https://kawaihamburg.de
Description:        Kawai Theme
Version:            10.0
Author:             Must Terzia
Author URI:         https://kawaihamburg.de
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.1
Requires at least:  6.0
*/


	.wp-block-button.bg-2.text-1 {background: none !important}

		.av-column.textalign-center * {text-align: center !important;}

		:root {
			--spacing: 0.25rem;
		}

		.avorne-post-table-of-content a {
			color: black !important;
		}
		.avorne-post-table-of-content a:hover {
			text-decoration-color: black !important;
		}

		.generalContent > h2 {
			font-size: 2rem;
			font-weight: bold;
		}

		figure:has(img[src=""]) {
			display: none;
		}
	  
html .container {
    max-width: 75rem !important;	
}

html .singlePage--content .container {
    /*max-width: 68rem !important;*/
}