/*
Theme Name: Semci Theme
Theme URI: https://example.com
Author: Semci
Author URI: https://example.com
Description: Semci Theme is a lightweight WordPress theme built for the Semci company.
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: semci-theme
Tags: elementor, full-width-template, custom-logo, custom-menu, featured-images, woocommerce, blog, one-column

Semci Theme — minimal foundation for Elementor / Elementor Pro. No design opinions.
*/

/* -------------------------------------------------------------------------
   Minimal reset only — no typography, colors, spacing, or layout opinions.
   Elementor and your child theme own all visual design.
   ------------------------------------------------------------------------- */

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* Screen reader only — accessibility helper (no visual styling). */
.semci-skip-link {
	position: absolute;
	left: -9999px;
	z-index: 999999;
}

.semci-skip-link:focus {
	left: 6px;
	top: 6px;
	width: auto;
	height: auto;
	padding: 8px 16px;
	clip: auto;
}
