body button {
	border: 0;
	outline: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

body a {
	text-decoration: none;
}

/* Reset body margin */
body {
	margin: 0 !important;
	line-height: 1.5;
}

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

/* Remove default margin/padding for common elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: pretty;
}

/* Remove list styles */
ul {
	list-style: none;
}
.smart-spacing ul {
	list-style: disc;
}
ol li::marker {
	color: var(--primary);
}
ol li {
	padding-left: 1.5rem;
}
ol {
	padding-left: 3rem !important;
}
/* Responsive media */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}
@view-transition {
	navigation: auto;
}

.has-text-align-center {
	text-align: center;
}
