@import 'variables.css';

html {
    font-size: 6.25%;
    overflow-x: hidden;
}

body {
    font-size: 16rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-color);
}
body.is-fixed {
    position: fixed;
}

p {
    line-height: 1.65;
}

img {
    height: auto;
}