@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&family=Josefin+Sans:ital,wght@0,300;0,400;1,300;1,400;1,600');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

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

:root {
	--theme-color: #bf0f82;
	--theme-color-dark: #a8046f;
}

html,
body {
	position: relative;
	width: 100vw;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
}

.ui-icon-gripsmall-diagonal-se {
	opacity: 0;
}

body {
	color: #333;
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-size: 18px;
	background-color: #fff;
	background-size: cover;
	position: relative;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
}

::selection {
	background: var(--theme-color);
	color: var(--theme-font-color);
}

a {
	color: var(--theme-color-dark) !important;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(160, 0, 93);
}

.container {
	max-width: 896px;
	margin: 0 auto;
}

label {
	display: block;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}
.pixel-img {
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: pixelated;
}

.round-border {
	border: solid 4px #181425;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 0px -1px rgba(24, 20, 37, 1);
	-moz-box-shadow: 4px 4px 0px -1px rgba(24, 20, 37, 1);
	box-shadow: 4px 4px 0px -1px rgba(24, 20, 37, 1);
}

select {
	border: solid 4px #181425;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 0px -1px rgba(24, 20, 37, 1);
	-moz-box-shadow: 4px 4px 0px -1px rgba(24, 20, 37, 1);
	box-shadow: 4px 4px 0px -1px rgba(24, 20, 37, 1);
	background-color: #fff;
}
