:root {
    --accent: #ed1c8c;
    --text: #111;
    --muted: #666;
    --border: #eee;
}

* {
    box-sizing: border-box;
}


body {
    font-family: ui-sans-serif, system-ui, -apple-system, "Pretendard",
        "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
    font-weight: 700;
    word-break: keep-all;
    color: var(--text);
}

img {
    width: 100%;
}