:root {
  --bg: #ffffff;
  --bg-soft: #f2f1ec;
  --panel: #ffffff;
  --panel-strong: #f8f7f3;
  --text: #333434;
  --muted: #797c7f;
  --line: #dad9d6;
  --accent: #0b6353;
  --accent-strong: #065a4b;
  --accent-alt: #f26440;
  --success: #0b6353;
  --max: 1290px;
  --radius: 0px;
  --shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: halyard-display, "Montserrat", "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

main,
.site-header__bar,
.site-footer__grid,
.site-footer__bottom,
.hero,
.page-grid {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-shell {
  min-height: 100vh;
}
