
					@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/InterVariable.woff2') format('woff2-variations');}

				:root {
						--global-font-body: 'Inter', sans-serif !important;
						--global-font-display: 'Inter', sans-serif !important;
						--action-color: #000000ff !important;
						--action-foreground: #ffffff !important;
						--background-color: #ffffffff !important;
						--foreground-color: #000000 !important;

						--footer-background-color: #ffffffff !important;
						--footer-text-color: #000 !important;

					}
				

					body {
						font-family: var(--global-font-body);
					}

					h1, h2, h3, h4, h5, h6 {
						font-family: var(--global-font-display);
					}
  