:root {
  --home-font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --home-font-size: 16px;
  --home-line-height: 1.6;
}

html {
  font-size: var(--home-font-size);
}

body {
  font-family: var(--home-font-family);
  font-size: 1rem;
  line-height: var(--home-line-height);
}
