/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"); */
@import url("https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard.min.css");

:root {
    --color-almost-black: #101010;
    --color-almost-white: #f1f1f1;
    --color-default-highlight: #B93800;

    --color-content-background: #F0DCD6;
    --color-footer-background: #D7C3BF;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

html,
body {
    padding: 0;
    margin: 0;

    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;

    word-break: keep-all;
}

body {
    color: #B93800;

    background: linear-gradient(rgba(240, 220, 214, 0.45),
            rgba(240, 220, 214, 0.45)), url("/asset/img/back.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

button {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}