/*
Theme Name: Carbon
Theme URI:
Author:
Author URI:
Description: Базова тема WordPress Carbon.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carbon
*/

/* Base styles */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	color: #1a1a1a;
	background: #fff;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
	padding: 2rem 1rem;
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
}

.site-header,
.site-footer {
	padding: 1rem;
	border-bottom: 1px solid #e5e5e5;
}

.site-footer {
	border-bottom: none;
	border-top: 1px solid #e5e5e5;
	margin-top: auto;
	text-align: center;
	font-size: 0.875rem;
	color: #666;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
}

.site-title a {
	text-decoration: none;
}

.entry-title {
	margin-top: 0;
}

.entry-meta {
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 1rem;
}

.post-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-list li {
	padding: 1.5rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.post-list li:last-child {
	border-bottom: none;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
