
					@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/blog/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;
						/* The footer's legal-row divider consumes this. It was never
						   emitted, and an undefined custom property is invalid at
						   computed-value time — so it INHERITS instead of falling back,
						   painting the hairline in the footer text colour. Derived from
						   textColor rather than a fixed hex because the newsroom default
						   footer background is dark (#232526FF), where a warm-light
						   hairline would be wrong. */
						--footer-border-color: rgb(0 0 0 / 0.12) !important;

					}
				

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

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