/* ============================================
   RENASIA PROFESSIONAL - CSS Reset
   Premium Digital Product Catalog
   ============================================ */

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

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main,
section,
header,
footer,
nav,
article {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

button {
	border: none;
	background: none;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

ul, ol {
	list-style: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select {
	font: inherit;
	color: inherit;
	border: none;
	outline: none;
}

input:focus-visible,
button:focus-visible,
a:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid #A1743C;
	outline-offset: 2px;
}

::selection {
	background-color: #E8DED0;
	color: #22201D;
}
