/*
Theme Name: Qre8
Theme URI: https://tempteam.dev/
Author: Constantine Borodin
Author URI: https://tempteam.dev/
Description: A clean classic starter theme for custom WordPress projects.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: qre8
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: #111111;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header,
.site-footer,
.site-main,
.widget-area {
	width: min(100% - 32px, 1200px);
	margin-inline: auto;
}

.site-header,
.site-footer {
	padding-block: 24px;
}

.site-main {
	padding-block: 40px;
}

.site-branding,
.primary-navigation,
.footer-navigation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.primary-navigation ul,
.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.entry {
	margin-block-end: 40px;
}

