:root {
	/* Colors */
	--art-colors-text: #202020;
	--art-colors-second-text: #555555;
	--art-colors-link: #2D67FD;
	--art-colors-hover: rgba(45,103,253,.8);
	--art-colors-accent: #D8E3FF;
	--art-colors-heading: #202020;
	--art-colors-bg: #ffffff;
	--art-colors-second-bg: #f8f8f8;
	--art-colors-third-bg: #EAF0FF;
	--art-colors-bd: #202020;

	--art-second-colors-text: rgba(255,255,255,.8);
	--art-second-colors-second-text: rgba(255,255,255,.8);
	--art-second-colors-link: #ffffff;
	--art-second-colors-hover: rgba(255,255,255,.8);
	--art-second-colors-accent: #D8E3FF;
	--art-second-colors-heading: #ffffff;
	--art-second-colors-bg: #202020;
	--art-second-colors-second-bg: #202020;
	--art-second-colors-third-bg: #202020;
	--art-second-colors-bd: #ffffff;

	/* Typography */
	--art-default-font: sans-serif;

	/* Body */
	--art-body-font-family: 'Inter', var(--art-default-font);
	--art-body-font-weight: 300;
	--art-body-font-style: normal;
	--art-body-font-size: 18px;
	--art-body-line-height: 1.77em;
	--art-body-text-transform: none;
	--art-body-text-decoration: none;
	--art-body-letter-spacing: 0;

	--art-body-two-font-family: 'Inter', var(--art-default-font);
	--art-body-two-font-weight: 300;
	--art-body-two-font-style: normal;
	--art-body-two-font-size: 16px;
	--art-body-two-line-height: 1.75em;
	--art-body-two-text-transform: none;
	--art-body-two-text-decoration: none;
	--art-body-two-letter-spacing: 0;

	--art-body-three-font-family: 'Inter', var(--art-default-font);
	--art-body-three-font-weight: 300;
	--art-body-three-font-style: normal;
	--art-body-three-font-size: 14px;
	--art-body-three-line-height: 1.85em;
	--art-body-three-text-transform: none;
	--art-body-three-text-decoration: none;
	--art-body-three-letter-spacing: 0;

	--art-body-four-font-family: 'Inter', var(--art-default-font);
	--art-body-four-font-weight: 400;
	--art-body-four-font-style: normal;
	--art-body-four-font-size: 12px;
	--art-body-four-line-height: 1.25em;
	--art-body-four-text-transform: none;
	--art-body-four-text-decoration: none;
	--art-body-four-letter-spacing: 0.02em;

	--art-body-five-font-family: 'Inter', var(--art-default-font);
	--art-body-five-font-weight: 600;
	--art-body-five-font-style: normal;
	--art-body-five-font-size: 11px;
	--art-body-five-line-height: 1.18em;
	--art-body-five-text-transform: none;
	--art-body-five-text-decoration: none;
	--art-body-five-letter-spacing: 0.02em;

	--art-accent-font-family: 'Inter', var(--art-default-font);
	--art-accent-font-weight: 400;
	--art-accent-font-style: normal;
	--art-accent-font-size: 12px;
	--art-accent-line-height: 1.25em;
	--art-accent-text-transform: none;
	--art-accent-text-decoration: none;
	--art-accent-letter-spacing: 0.1em;

	--art-button-font-family: 'Inter', var(--art-default-font);
	--art-button-font-weight: 500;
	--art-button-font-style: normal;
	--art-button-font-size: 16px;
	--art-button-line-height: 1.625em;
	--art-button-text-transform: none;
	--art-button-text-decoration: none;
	--art-button-letter-spacing: 0.02em;

	--art-blockquote-font-family: 'Inter', var(--art-default-font);
	--art-blockquote-font-weight: 600;
	--art-blockquote-font-style: normal;
	--art-blockquote-font-size: 36px;
	--art-blockquote-line-height: 1.5em;
	--art-blockquote-text-transform: none;
	--art-blockquote-text-decoration: none;
	--art-blockquote-letter-spacing: 0.02em;

	--art-h1-font-family: 'Inter', var(--art-default-font);
	--art-h1-font-weight: 600;
	--art-h1-font-style: normal;
	--art-h1-font-size: 60px;
	--art-h1-line-height: 1.33em;
	--art-h1-text-transform: none;
	--art-h1-text-decoration: none;
	--art-h1-letter-spacing: 0;

	--art-h1-mobile-font-family: 'Inter', var(--art-default-font);
	--art-h1-mobile-font-weight: 600;
	--art-h1-mobile-font-style: normal;
	--art-h1-mobile-font-size: 40px;
	--art-h1-mobile-line-height: 1.33em;
	--art-h1-mobile-text-transform: none;
	--art-h1-mobile-text-decoration: none;
	--art-h1-mobile-letter-spacing: 0;

	--art-h2-font-family: 'Inter', var(--art-default-font);
	--art-h2-font-weight: 600;
	--art-h2-font-style: normal;
	--art-h2-font-size: 44px;
	--art-h2-line-height: 1.22em;
	--art-h2-text-transform: none;
	--art-h2-text-decoration: none;
	--art-h2-letter-spacing: 0;

	--art-h2-mobile-font-family: 'Inter', var(--art-default-font);
	--art-h2-mobile-font-weight: 600;
	--art-h2-mobile-font-style: normal;
	--art-h2-mobile-font-size: 30px;
	--art-h2-mobile-line-height: 1.22em;
	--art-h2-mobile-text-transform: none;
	--art-h2-mobile-text-decoration: none;
	--art-h2-mobile-letter-spacing: 0;

	--art-h3-font-family: 'Inter', var(--art-default-font);
	--art-h3-font-weight: 600;
	--art-h3-font-style: normal;
	--art-h3-font-size: 36px;
	--art-h3-line-height: 1.5em;
	--art-h3-text-transform: none;
	--art-h3-text-decoration: none;
	--art-h3-letter-spacing: 0.02em;

	--art-h4-font-family: 'Inter', var(--art-default-font);
	--art-h4-font-weight: 600;
	--art-h4-font-style: normal;
	--art-h4-font-size: 26px;
	--art-h4-line-height: 1.38em;
	--art-h4-text-transform: none;
	--art-h4-text-decoration: none;
	--art-h4-letter-spacing: 0.02em;

	--art-h5-font-family: 'Inter', var(--art-default-font);
	--art-h5-font-weight: 600;
	--art-h5-font-style: normal;
	--art-h5-font-size: 22px;
	--art-h5-line-height: 1.45em;
	--art-h5-text-transform: none;
	--art-h5-text-decoration: none;
	--art-h5-letter-spacing: 0.02em;

	--art-h6-font-family: 'Inter', var(--art-default-font);
	--art-h6-font-weight: 600;
	--art-h6-font-style: normal;
	--art-h6-font-size: 18px;
	--art-h6-line-height: 1.55em;
	--art-h6-text-transform: none;
	--art-h6-text-decoration: none;
	--art-h6-letter-spacing: 0.02em;

	--art-h7-font-family: 'Inter', var(--art-default-font);
	--art-h7-font-weight: 500;
	--art-h7-font-style: normal;
	--art-h7-font-size: 16px;
	--art-h7-line-height: 1.625em;
	--art-h7-text-transform: none;
	--art-h7-text-decoration: none;
	--art-h7-letter-spacing: 0.02em;

	--art-h8-font-family: 'Inter', var(--art-default-font);
	--art-h8-font-weight: 500;
	--art-h8-font-style: normal;
	--art-h8-font-size: 14px;
	--art-h8-line-height: 1.6em;
	--art-h8-text-transform: none;
	--art-h8-text-decoration: none;
	--art-h8-letter-spacing: 0.02em;

	--art-h9-font-family: 'Inter', var(--art-default-font);
	--art-h9-font-weight: 600;
	--art-h9-font-style: normal;
	--art-h9-font-size: 13px;
	--art-h9-line-height: 1.7em;
	--art-h9-text-transform: none;
	--art-h9-text-decoration: none;
	--art-h9-letter-spacing: 0.02em;

	--art-container-hor-pad: 50px;

	--art-popup-bg-color: #ffffff;
	--art-popup-bg-image: none;
	--art-popup-bg-repeat: no-repeat;
	--art-popup-bg-position: left bottom;
	--art-popup-bg-size: auto;
	--art-popup-bg-attachment: scroll;

	--art-headline-left-bg-color: var(--art-colors-third-bg);
	--art-headline-left-bg-image: none;
	--art-headline-left-bg-repeat: no-repeat;
	--art-headline-left-bg-position: left bottom;
	--art-headline-left-bg-size: auto;
	--art-headline-left-bg-attachment: scroll;

	--art-headline-right-bg-color: var(--art-colors-third-bg);
	--art-headline-right-bg-image: none;
	--art-headline-right-bg-repeat: no-repeat;
	--art-headline-right-bg-position: left bottom;
	--art-headline-right-bg-size: auto;
	--art-headline-right-bg-attachment: scroll;
}

@media only screen and (max-width: 1024px) {
	:root {
		--art-container-hor-pad: 15px;
	}
}