:root {
  --font-display: "Inter", "Aptos Display", "Segoe UI", Arial, sans-serif;
  --font-text: "Inter", "Aptos", "Segoe UI", Arial, sans-serif;
  --text-ink: #162033;
  --text-muted: #536176;
}

html,
body,
#root {
  font-family: var(--font-text);
  color: var(--text-ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

h1,
h2,
h3,
[role="heading"],
.bpc-type-display {
  font-family: var(--font-display);
  letter-spacing: 0;
  text-wrap: balance;
}

p,
li,
.bpc-type-body {
  line-height: 1.58;
}

a,
button,
[role="button"] {
  font-family: var(--font-text);
  letter-spacing: 0;
}

::selection {
  background: rgba(17, 93, 74, 0.18);
  color: var(--text-ink);
}
