@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    color: #222;
    background: #fff9ee;
    font-family: "Klee One", sans-serif;
    font-feature-settings: "palt";
}

img {
    vertical-align: bottom;
}

.klee-one-regular {
    font-family: "Klee One", cursive;
    font-weight: bold;
    font-style: normal;
}

p {
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: #222;
    width: 100%;
}

li {
    list-style: none;
}