:root {
  --font-body: 'Inter', 'Noto Sans SC', system-ui, sans-serif;
}

html, body {
  font-family: var(--font-body);
  font-weight: 400;
}
