/*
Theme Name: Hima Construction
Theme URI: https://hima-construction.com
Author: Hima Construction
Author URI: https://hima-construction.com
Description: Custom WordPress theme for Hima Construction — a construction company based in Albania.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hima-construction
Tags: custom-theme, construction, landing-page
*/

/* Base QA resets: sharp corners, Inter stack, wide layout, body type scale. */
*,
*::before,
*::after {
	box-sizing: border-box;
	border-radius: 0;
}

html {
	max-width: none;
}

body {
	margin: 0;
	width: 100%;
	max-width: none;
	font-family: "Inter Placeholder", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #0a0a0a;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

img,
video,
svg,
button,
input,
textarea,
select,
iframe {
	border-radius: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #0a0a0a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter Placeholder", sans-serif;
	color: #0a0a0a;
}

p {
	font-family: "Inter Placeholder", sans-serif;
	font-size: 16px;
	color: #0a0a0a;
}
