@font-face {
  font-family: "Manrope";
  src: url("/site-assets/fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/site-assets/fonts/inter-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --brand-deep: #006938;
  --brand-fresh: #62bd5d;
  --surface-canvas: #f7f8f3;
  --surface-raised: #ffffff;
  --surface-sage: #edf5ec;
  --text-strong: #173326;
  --text-muted: #53645a;
  --line-brand: #d6e3d7;
  --font-display: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
