/* CSS Variables */
:root {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	--overflow-clip-fallback: hidden;
	--one-if-corner-shape-supported: 1;
	--fuschia-100: rgba(239, 93, 168, 1);
	--fuschia-80: rgba(241, 120, 182, 1);
	--fuschia-60: rgba(252, 221, 236, 1);
	--iris-100: rgba(93, 95, 239, 1);
	--iris-80: rgba(120, 121, 241, 1);
	--iris-60: rgba(165, 166, 246, 1);
	--header-1-font-family: "Work Sans", Helvetica;
	--header-1-font-weight: 700;
	--header-1-font-size: 34px;
	--header-1-letter-spacing: -0.68px;
	--header-1-line-height: normal;
	--header-1-font-style: normal;
	--header-2-font-family: "Work Sans", Helvetica;
	--header-2-font-weight: 700;
	--header-2-font-size: 20px;
	--header-2-letter-spacing: -0.4px;
	--header-2-line-height: normal;
	--header-2-font-style: normal;
	--body-font-family: "Work Sans", Helvetica;
	--body-font-weight: 400;
	--body-font-size: 13px;
	--body-letter-spacing: -0.26px;
	--body-line-height: normal;
	--body-font-style: normal;
	--primary-automation-red: rgb(77, 15, 15);
	--primary-automation-border-red: #611010;
	--secondary-automation-red: rgb(115, 37, 37);

}
