:root {
	--bison-hide: #c9bfae;
	--black: #000;
	--blue: #00e;
	--boulder: #767676;
	--boulder-2: #757575;
	--bright-gray: #3a4149;
	--elm: #1c7a8c;
	--hillary: #a99c86;
	--hit-pink: #ffb98a;
	--gallery: #efefef;
	--nevada: #5c6a70;
	--orange: #ff5a1f;
	--orange-160: rgba(255, 90, 31, 0.16);
	--oslo-gray: #8b9098;
	--pampas: #f3f1ea;
	--regent-gray: #8d979d;
	--shadow: #8a6f49;
	--swirl: #d8d3c6;
	--white: #fff;
	--woodsmoke: #101317;
	--yellow-orange: #ffb13d;
	--1-black-blue: #1b1d21;
	--2-black-blue-600: rgba(27, 29, 33, 0.6);
	--3-black-blue-200: rgba(27, 29, 33, 0.2);
	--4-black-blue-50: rgba(27, 29, 33, 0.05);
	--5-blue: #26428b;
	--6-caramel: #dca659;
	--7-withe: #fff;
	--8-withe-600: rgba(255, 255, 255, 0.6);
	--9-withe-100: rgba(255, 255, 255, 0.1);
	--10-withe-50: rgba(255, 255, 255, 0.05);
	--11-milk: #f5efeb;
	--color-white-solid: #fff;
	--color-blue-47: #00e;
	--color-orange-56: #ff5a1f;
	--color-orange-62: #ffb13d;
	--color-grey-94: #efefef;
	--color-black-solid: #000;
	--color-azure-87: #d8dee2;
	--color-azure-71: #aeb8be;
	--color-grey-58: #8d979d;
	--color-grey-40: #5c6a70;
	--color-orange-74: #c9bfae;
	--color-orange-59: #a99c86;
	--color-orange-85: #e7dcc8;
	--color-orange-66: #cbaf86;
	--color-orange-41: #8a6f49;
	--color-azure-8: #101317;
	--color-azure-26: #3a4149;
	--color-grey-57: #8b9098;
	--color-grey-94-2: #f3f1ea;
	--color-orange-81: #d8d3c6;
	--color-cyan-33: #1c7a8c;
	--color-orange-56-160: rgba(255, 90, 31, 0.16);
	--color-orange-77: #ffb98a;
	--color-grey-46: #767676;
	--color-grey-46-2: #757575;
	--opisaniya: #5b6b76;
}

:root {
	--font-family: "Manrope", sans-serif;
	--second-family: "Inter", sans-serif;
	--third-family: "Material Symbols Rounded", sans-serif;
	--font3: "IBM Plex Sans", sans-serif;
}

:root {
	--night: #2b333a;
	--night-soft: #313a42;
	--night-panel: #363f47;
	--night-header: rgba(58, 65, 73, 0.92);
	--flame: #e2673c;
	--flame-hover: #cf5a30;
	--flame-soft: rgba(226, 103, 60, 0.14);
	--flame-line: rgba(226, 103, 60, 0.38);
	--amber: var(--6-caramel);
	--accent: var(--flame);
	--accent-hover: var(--flame-hover);
	--accent-soft: var(--flame-soft);
	--text: var(--white);
	--text-muted: rgba(255, 255, 255, 0.66);
	--text-dim: rgba(255, 255, 255, 0.44);
	--line: rgba(255, 255, 255, 0.1);
	--line-strong: rgba(255, 255, 255, 0.18);
	--surface: rgba(255, 255, 255, 0.04);
	--surface-hover: rgba(255, 255, 255, 0.07);
	--surface-solid: #333c44;
	--container: 1360px;
	--container-padding: 32px;
	--header-height: 88px;
	--radius: 10px;
	--radius-lg: 16px;
	--radius-xl: 22px;
	--radius-pill: 999px;
	--transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
	--section-gap: clamp(56px, 6vw, 112px);
	--shadow-card: 0 1px 2px rgba(0, 0, 0, 0.18);
	--shadow-hover: 0 22px 50px rgba(0, 0, 0, 0.32);
	--shadow-media: 0 34px 80px rgba(0, 0, 0, 0.42);
	--shadow-modal: 0 40px 90px rgba(0, 0, 0, 0.55);
	--paper: var(--pampas);
	--paper-card: var(--white);
	--paper-tile: #efece5;
	--paper-soft: #f7f5f0;
	--paper-dark: #232a2f;
	--mist: #e7edef;
	--route-line: #d3dcde;
	--route-circle: #f8f6f2;
	--link: var(--elm);
	--link-hover: #15616e;
	--flame-deep: #cd5f37;
	--layer-mat: #d2704b;
	--layer-cable: #e8b45c;
	--paper-text: var(--1-black-blue);
	--paper-muted: var(--opisaniya);
	--paper-line: rgba(27, 29, 33, 0.09);
	--callout-bg: #f7e4d6;
	--callout-text: #7c6552;
	--legend-warm: #d2704b;
	--legend-fixed: #d0ccc8;
	--legend-check: #f0ad3e;
	--legend-border: #243036;
	--legend-pass: #799284;
	--z-header: 100;
	--z-menu: 200;
	--z-modal: 300;
}
