/* USER VARIABLES SECTION */

:root {
	--accent: #D7007F;
	--text: #191919;
	--white: #FDFCFD;
	--regular-text: 16px;
	--lineheight: 1.65;
	--accent-font: menorah;
	--border: 1px solid var(--text);
	--userfont: helveticaneue, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */


@font-face { src: url("../fonts/HelveticaNeueCyr-Thin.woff") format("woff"); font-family: "helveticaneue"; font-weight: 100; font-style: normal; }
@font-face { src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"); font-family: "helveticaneue"; font-weight: 300; font-style: normal; }
@font-face { src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"); font-family: "helveticaneue"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"); font-family: "helveticaneue"; font-weight: 700; font-style: normal; }
@font-face { src: url("../fonts/MenorahGrotesk-Semi.woff2") format("woff2"); font-family: "menorah"; font-weight: 500; font-style: normal; }
@font-face { src: url("../fonts/JetBrainsMono-Light.woff2") format("woff2"); font-family: "jetbrains"; font-weight: 100; font-style: normal; }


/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #FDFCFD; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

/* USER STYLES */

.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
	border-radius: 4px;
}

.blanklist{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 9999999;
	background: #fff;
}

.dev{
	margin-right: var(--index);
	margin-top: 10px;
}
.dev span{
	font-family: jetbrains;
	float: right;
}
.dev-link{
	display: block;
	float: right;
	margin-left: 10px;
}
.dev-link img{
	height: 23px;
	width: auto;
}
