/* ========================================= */
/* Fix for oxygen styles */
/* ========================================= */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.oxy-svg-icon > svg {
	font-size: inherit !important;
	width: auto !important;
	height: auto !important;
	/* width: 1em !important; */
	/* height: 1em !important; */
	stroke-width: 2 !important;
	stroke: currentcolor !important;
	fill: none !important;
}

.bde-loop-item {
	gap: 0 !important;
	padding: 0 !important;
}

/* ========================================= */
/* Fix default */
/* ========================================= */

a {
	color: var(--color-text);
}

button {
	border: none;
	outline: none;
	line-height: inherit;
	letter-spacing: inherit;
}

img {
	object-fit: cover;
}

blockquote {
	margin: 0;
	unicode-bidi: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px var(--color-bg-dark) inset !important;
	-webkit-text-fill-color: var(--color-bg-alt) !important;
	transition: background-color 5000s ease-in-out 0s;
}
