:root {
	--anmt-primary: #6f898b;
	--anmt-primary-hover: #5d7678;
	--anmt-deep-teal: #23494c;
	--anmt-teal-depth: #14383b;
	--anmt-black: #000000;
	--anmt-charcoal: #0f1113;
	--anmt-graphite: #2c3e50;
	--anmt-white: #ffffff;
	--anmt-offwhite: #f4f6f6;
	--anmt-soft-grey: #e7ecec;
	--anmt-sage: #9fc6a2;
	--anmt-rose: #cba1a1;
	--text-primary: #ffffff;
	--text-secondary: rgba(255, 255, 255, 0.78);
	--text-muted: rgba(255, 255, 255, 0.62);
	--text-light: #ffffff;
	--anmt-dark-text: #0f1113;
	--anmt-border: rgba(255, 255, 255, 0.35);
	--anmt-border-soft: rgba(255, 255, 255, 0.16);
	--anmt-shadow-soft: 0 20px 60px rgba(15, 17, 19, 0.18);
	--anmt-shadow-dark: 0 24px 80px rgba(0, 0, 0, 0.24);
	--anmt-radius: 0;
	--anmt-radius-soft: 4px;
	--anmt-container: 1340px;
	--anmt-gutter: 48px;
	--anmt-section: 88px;
	--anmt-section-tight: 56px;
	--anmt-font-heading: "Manrope", "Montserrat", Arial, sans-serif;
	--anmt-font-body: "Inter", Arial, sans-serif;
	--anmt-transition: 180ms ease;
}
