:root{
	--mtc-red-25:#FCF7F8;
	--mtc-red-50:#fce6ea;
	--mtc-red-100:#fadadf;
	--mtc-red-200:#f4b3be;
	--mtc-red-300:#dd092c;
	--mtc-red-400:#c70828;
	--mtc-red-500:#b10723;
	--mtc-red-600:#a60721;
	--mtc-red-700:#85051a;
	--mtc-red-800:#630414;
	--mtc-red-900:#4d030f;

	--black:#000;
	--white:#fff;
	--neutral-50:#f6f6f6;
	--neutral-100:#ededed;
	--neutral-200:#e0e0e0;
	--neutral-300:#c7c7c7;
	--neutral-400:#b0b0b0;
	--neutral-500:#959595;
	--neutral-600:#808080;
	--neutral-700:#5c5c5c;
	--neutral-800:#333333;
	--neutral-850:#2c2c2c;
	--neutral-900:#181818;
	
	--error-50:#fdede8;
	--error-500:#ec4a17;
	--error-600:#d74315;
	
	--warning-50:#fffbe6;
	--warning-400:#ffde33;
	--warning-500:#ffd600;
	--warning-600:#e8c300;
	--warning-800:#8c7600;
	
	--success-50:#f0f7e6;
	--success-400:#89c133;
	--success-500:#6bb200;
	--success-600:#61a200;
	--success-700:#4c7e00;
	
	--yellow-accent-50:#FFFCEA;
	--yellow-accent-100:#FFF8D5;
	--yellow-accent-150:#FFF5C0;
	--yellow-accent-200:#FFF1AB;
	--yellow-accent-300:#FFEB82;
	--yellow-accent-400:#FFE458;
	--yellow-accent-500:#FFDD2E;
	--yellow-accent-600:#CDB225;
	--yellow-accent-700:#9B861C;
	--yellow-accent-800:#695B12;
	--yellow-accent-850:#50450E;
	--yellow-accent-900:#372F09;
	--yellow-accent-950:#1E1A05;
}