@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --font-display: 'Manrope', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'DM Sans', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-sans: var(--font-body);
}

html {
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
}

body {
  font-family: inherit;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  letter-spacing: -0.015em;
  line-height: 1.1;
}

p,
li {
  line-height: 1.6;
}

small {
  letter-spacing: 0.02em;
}

.brand-wordmark {
  font-family: var(--font-display);
}
