@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
html > body,
h1,h2,h3,h4 {
    font-family: 'Noto Sans', sans-serif;
}