:root {
    --ff-head: "Open Sans", "Noto Sans JP", sans-serif;
    --ff-text: "Noto Sans JP", sans-serif;
}
body {
    color: #111;
    -webkit-font-smoothing: antialiased;
    font-family: var(--ff-text);
}

