@font-face {
    font-family: "RainbowCrayon";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2411-3@1.0/Ownglyph_ParkDaHyun.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

:root {
    --ink: #23201d;
    --paper: #fff9ed;
    --paper-deep: #f8ecd3;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

html {
    width: 100%;
    min-height: 100%;
    background: #f4f4f1;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    color: var(--ink);
    font-family: "RainbowCrayon", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    background: linear-gradient(115deg, rgba(255, 248, 231, .92), rgba(246, 247, 241, .95));
}

button,
input,
textarea {
    font: inherit;
}

button {
    border: 0;
    background: transparent;
    cursor: pointer;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(61, 151, 230, .4);
    outline-offset: 3px;
}

textarea {
    resize: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
