@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "MyFont";
    src: url(../font/tsuku-a-r.woff) format("woff"), url(../font/tsuku-a-r.woff2) format("woff2");
}

html, body {
    font-family: MyFont, sans-serif;
    color: #161616;
    width: 100%;
    height: 100%;
    z-index: 0;
    font-size: 15px;
}
