:root {
  --font-client: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-client);
}
