/*
Theme Name: BlogNest
Theme URI: https://example.com/blognest
Author: Hardik Mehta
Author URI: https://example.com
Description: A clean, modern, Bootstrap 5 powered blogging theme built from scratch. Includes Font Awesome 7 icons, Google Fonts (Roboto), a widgetized sidebar, and a dedicated custom assets folder (assets/css/custom.css, assets/js/custom.js) for easy overrides without touching core files.
Version: 1.0.0
Requires at least: 6.0
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: blognest
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* -----------------------------------------
   Base
----------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
	color: #212529;
	background-color: #f8f9fa;
}

a {
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

/* -----------------------------------------
   Skip link (accessibility)
----------------------------------------- */
.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background: #000;
	color: #fff;
	padding: 8px 16px;
	z-index: 10000;
}

.skip-link:focus {
	top: 0;
}

/* -----------------------------------------
   Layout helpers
----------------------------------------- */
.site-main {
	padding: 2.5rem 0;
	min-height: 60vh;
}

.entry-content img {
	border-radius: 0.5rem;
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
