<style>
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&family=Zen+Maru+Gothic&display=swap');

@font-face
{
font-family: はれのそら明朝;
src: url('https://cdn.leafscape.be/Harenosora/harenosora_web.woff2')
     format("woff2");
}

/* 基本設定 */

body {
    margin: 160;
    text-align: center;
    background-color: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 10px;
    color: #000;
    font-weight: normal;
    font-family: 'はれのそら明朝';
}

/* リンク */
a {
    text-decoration: none;
    color: #000;
    font-family: 'はれのそら明朝';
}


* {

font-family: 'はれのそら明朝';
   text-align: center;


}

/* もじぼかし */

.blur-text {
  filter: blur(4px);
}
</style>
