/*
Theme Name: Uptown Core
Theme URI: https://uptownluks.co.ke
Author: Infynite Media
Description: Custom classic theme for Uptownluks, a Nairobi sneaker store. WooCommerce templates overridden directly. No page builder.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: uptown-core
*/

:root {
	--ink: #171817;
	--ink-70: #6F726E;
	--ink-40: #9A9D98;
	--paper: #FFFFFF;
	--paper-alt: #F7F7F5;
	--line: #E3E4E0;
	--accent: #1F5C45;
	--sale: #171817;
	--success: #1F5C45;
	--radius: 4px;

	--font-heading: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
	--font-body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;

	--container-max: 1280px;
	--gutter-mobile: 20px;
	--space-1: 8px;
	--space-2: 16px;
	--space-3: 24px;
	--space-4: 32px;
	--space-5: 48px;
	--space-6: 64px;
}

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

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

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
}

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

a {
	color: inherit;
}

.container {
	max-width: var(--container-max);
	margin-inline: auto;
	padding-inline: var(--gutter-mobile);
}

h1, h2, h3, .h1, .h2, .h3 {
	font-family: var(--font-heading);
	color: var(--ink);
	margin: 0 0 var(--space-2);
}

h1, .h1 {
	font-size: clamp(1.625rem, 3vw, 2.3rem);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.1;
}

h2, .h2 {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

h3, .h3 {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.35;
}

small, .text-small {
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--ink-70);
}
