// Primary Color
$core-white: #fff;
// Global
$html-font-size: 10px;
$html-line-height: 1.428571429;
$body-bg: $core-white;
$body-font-color: #333;
$body-font-size: 1.4rem;
// Credit: https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
$base-font-family: -apple-system,
system-ui,
BlinkMacSystemFont,
"Segoe UI",
Roboto;
$fallback-font-family: "Helvetica Neue",
sans-serif;
$cjk-font-family: $base-font-family,
"PingFang SC",
"Hiragino Sans GB",
"Microsoft YaHei",
"Hiragino Kaku Gothic Pro",
Meiryo,
"Malgun Gothic",
$fallback-font-family;
$body-font-family: $base-font-family,
$fallback-font-family;