/*
Theme Name: Emarki Printing
Theme URI: https://example.com/emarki
Author: Emarki Studio
Author URI: https://example.com
Description: Emarki is a clean, professional WordPress theme built for commercial printing companies and creative print studios. It ships with dedicated layouts for Home, About, Services, Service Detail, Portfolio, Team, Pricing, Blog, Single Post, FAQ, Contact and 404, custom post types for Services, Portfolio, Team and Testimonials, a full mega/mobile responsive navigation, and complete Elementor & Elementor Pro Theme Builder compatibility so every page can also be rebuilt visually.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: emarki
Tags: blog, portfolio, custom-menu, featured-images, threaded-comments, translation-ready, custom-logo, footer-widgets, full-width-template, responsive-layout, theme-options, one-column, two-columns

Emarki is distributed under the terms of the GNU GPL.
*/

/* Base resets kept intentionally small — full design system lives in assets/css/main.css so it can be split/cached separately from this required stylesheet header file. */

* {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}

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

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

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