/* FACT design tokens */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --signal: #e31b23;
  --signal-bright: #d41039;
  --primary: #e31b23;
  --ink: #0a0a0a;
  --chalk: #f4f1ec;
  --soft: #aaa6a0;
  --line: rgba(36, 36, 36, 0.12);
  --easing: cubic-bezier(0.23, 1, 0.32, 1);
  --radius: 0px;
  --fact-content-max: 1400px;
  --font-display: "SF Pro Display", "SF Pro Icons", -apple-system, BlinkMacSystemFont, Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-sans: "SF Pro Text", "SF Pro Icons", -apple-system, BlinkMacSystemFont, Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fact-home {
  background: #f7f7f5;
  color: #232323;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

.fact-home a { color: inherit; text-decoration: none; }
.fact-home button { font: inherit; }
.fact-home .content-shell { width: min(100% - 56px, 1400px); margin-inline: auto; }
