/* Generated from dummy-dakwerker-site/config/theme.json. */
/* Edit the JSON source, then run scripts/build_seo_hub_theme.py. */
:root {
  --ink: #333333;
  --muted: #666666;
  --line: #e2e2e2;
  --paper: #ffffff;
  --white: #ffffff;
  --forest: #05a1d4;
  --forest-dark: #107798;
  --copper: #05a1d4;
  --gold: #39464a;
  --soft-green: #f9f9ed;
  --radius: 4px;
  --brand-radius: 4px;
  --button-radius: 3px;
  --max: 1180px;
  --client-font-stack: Roboto, Arial, sans-serif;
  --client-body-font-stack: Roboto, Arial, sans-serif;
  --client-heading-font-stack: Raleway, Arial, sans-serif;
  --client-heading-weight: 500;
  --client-body-weight: 400;
  --client-button-weight: 700;
  --source-accent: #05a1d4;
  --source-deep: #107798;
  --source-text: #333333;
  --source-neutral: #39464a;
  --source-light: #f9f9ed;
}

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);
}
