html {
    font-size: 16px;
}

figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

caption {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    color: #555;
    margin-top: 0.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
    font: inherit;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}

/*font*/
@font-face {
    font-family: "TitleFont";
    src: url("../assets/fonts/IMFellDoublePicaSC-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ContentFont";
    src: url("../assets/fonts/HinaMincho-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* @font-face {
    font-family: "ContentFont";
    src: url("../assets/fonts/SpaceMono-Bold.ttf") format("truetype");
    font-weight: 800;
    font-style: bold;
} */



body {
    margin: 0;
    padding-top: 70px; 
    font-family: "Roboto Mono", sans-serif;
    background-color: rgb(233, 238, 240);
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9000;
    pointer-events: none;
    opacity: 0.08;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "TitleFont", serif;
    font-weight: 400;
    font-style: normal;
}
