:root {
	--text-primary: #0a0623;
	--text-secondary: #8fa5b2;
	--background-primary: #fff;
	--background-secondary: #f6f6fa;
	--brand: #e8482e;
	--ease-out: cubic-bezier(0, 0, 0.4, 1);
	--ease-in-out: cubic-bezier(0.6, 0, 0.4, 1);
	--bounce: cubic-bezier(0.3, 1.4, 0.4, 1)
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

body,
html {
	max-width: 100vw;
	background: var(--brand);
	color: var(--text-primary);
	font-size: 16px;
	line-height: 140%;
	font: Instrument Sans, Inter, Arial, sans-serif;
	overflow: hidden;
	height: 100vh;
	height: 100dvh
}

@media(max-width:1200px) {

	body,
	html {
		font-size: 14px;
		line-height: 140%
	}
} 

#scroller {
	height: 100%;
	overflow: auto
}

a {
	color: #fff;
	text-decoration: none
} 

@font-face {
	font-family: __Instrument_Sans_082e4d;
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://docky.site/_next/static/media/e292f8757ca3fb64.woff2) format("woff2");
	unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
	font-family: __Instrument_Sans_082e4d;
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://docky.site/_next/static/media/8de40de8211748f7.p.woff2) format("woff2");
	unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

.__className_082e4d {
	font-family: __Instrument_Sans_082e4d;
	font-style: normal
}