/* Generated from dummy-dakwerker-site/config/theme.json. */
/* Edit the JSON source, then run scripts/build_seo_hub_theme.py. */
:root {
  --ink: #101820;
  --muted: #5f6b7a;
  --line: #dce4ee;
  --paper: #f7f9fc;
  --white: #ffffff;
  --forest: #1a73e8;
  --forest-dark: #174ea6;
  --copper: #34a853;
  --gold: #fbbc04;
  --soft-green: #e8f0fe;
  --radius: 8px;
  --brand-radius: 14px;
  --button-radius: 999px;
  --max: 1160px;
  --client-font-stack: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --client-body-font-stack: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --client-heading-font-stack: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --client-heading-weight: 900;
  --client-body-weight: 400;
  --client-button-weight: 850;
  --source-accent: #34a853;
  --source-deep: #1a73e8;
  --source-text: #101820;
  --source-neutral: #5f6b7a;
  --source-light: #e8f0fe;
}

body {
  font-family: var(--client-body-font-stack);
  font-weight: var(--client-body-weight);
}

h1, h2, h3, .brand, .brand-mark {
  font-family: var(--client-heading-font-stack);
  font-weight: var(--client-heading-weight);
}

.button {
  border-radius: var(--button-radius);
  font-weight: var(--client-button-weight);
}

.brand-mark {
  border-radius: var(--brand-radius);
}
