/*
Theme Name: kosmoprinsk
Theme URI: https://kosmoprovinsk.de/
Author: kosmoprovinsk
Author URI: https://kosmoprovinsk.de/
Description: kosmoprinsk Theme.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kosmoprinsk
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	background: #0f0f0f;
	color: #f2f2f2;
	line-height: 1.5;
}

a {
	color: #c8892b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.kp-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.kp-site-header {
	padding: 1.25rem 0;
}

.kp-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.custom-logo {
	width: 220px;
	height: auto;
	display: block;
}

.kp-site-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #f2f2f2;
}

.kp-site-main {
	min-height: 60vh;
	padding: 4rem 0;
}

.kp-entry-title {
	margin: 0 0 1rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.2px;
	text-align: left;
}

.kp-entry-content {
	color: #f2f2f2;
	text-align: left;
}

.kp-entry-content p {
	margin: 0 0 1rem;
	color: #9a9a9a;
}

.kp-entry-content strong {
	color: #f2f2f2;
	font-weight: 600;
}

.kp-site-footer {
	border-top: 1px solid #222;
	padding: 3rem 0;
	font-size: 0.9rem;
	background: #0b0b0b;
}

.kp-imprint {
	color: #9a9a9a;
}

.kp-imprint h2 {
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #c8892b;
	margin-top: 0;
}
