/* Digital Dev House - Reset Styles */

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

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

body {
	margin: 0;
	min-height: 100vh;
}

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

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

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

/*
 * Zero out default browser margins on headings and paragraphs.
 * Browsers give h1-h6/p both a top AND bottom margin by default.
 * Elementor controls spacing per-widget (and via Site Settings
 * default typography), but it can only fully control that spacing
 * if nothing else is fighting it first - this is what makes sure
 * Elementor's own margin-bottom setting is the only margin in play,
 * with no unexpected margin-top sneaking in from the browser.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

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

table {
	border-collapse: collapse;
	width: 100%;
}

button {
	cursor: pointer;
	border: none;
	background: none;
}

:focus-visible {
	outline: 2px solid var(--ddh-color-primary, #2563eb);
	outline-offset: 2px;
}
