@charset "UTF-8";
@font-face {
    font-family: 'honoka';
    src:url(font_1_honokamarugo_1.1.ttf);
}

@font-face {
    font-family: 'avenir';
    src:url(Avenir Next Regular);
}

@font-face {
    font-family: 'notosan';
    src:url(NotoSansCJKjp-Regular.ttf);
}
body{font-family: 'honoka';
color:rgb(255,255,255);
}








