:root {
    --noera-bg: #F8F7F3;
    --noera-card: #FFFFFF;
    --noera-main: #2C2C2C;
    --noera-sub: #6B6B6B;
    --noera-muted: #999999;
    --noera-beige: #C8B79C;
    --noera-forest: #556052;
    --noera-radius: 4px;
}

body {
    background-color: #F8F7F3;
    color: #2C2C2C;
    font-family: "Noto Sans JP", "Inter", sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #F8F7F3;
}
::-webkit-scrollbar-thumb {
    background: #C8B79C;
    border-radius: 3px;
}
