@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all;
    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;
    letter-spacing: -1rem;
}

html.safari.desktop {
    font-size: 0.040083333vw;
}

html,
body {
    font-size: 6.25%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 17rem;
    word-break: keep-all;
}

img {
    max-width: 100%;
    height: auto;
    pointer-events : none;
}

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

li {
    list-style: none;
}

h5 {
    letter-spacing: -2rem;
}

button, input {
    outline: none;
}

:root {
    --main-color: #b7121a;
}

.i-rotate {
    transform: rotate(180deg);
}

.board-title {
    text-align: center;
    font-size: 60rem;
    font-weight: 700;
    letter-spacing: -4rem;
    margin-top: 200rem;
}


/*==================================================*/
@media (max-width:1650px) {
    html,
    html.safari.desktop {
        font-size: 0.06756756756756757vw;
    }
}

@media (max-width: 768px) {
    html,
    html.safari.desktop {
        font-size: 0.13020833333333335vw;
    }
}
