body {
    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;
    font-weight: 500;
    color: #463a39;
    word-break: keep-all;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

/* font */

.f120 {
    font-size: 120px;
}

.f80 {
    font-size: clamp(40px, 4vw, 70px);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.f70 {
    font-size: clamp(36px, 4vw, 70px);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.f50 {
    font-size: 50px;
}

.f40 {
    font-size: 40px;
}

.f32 {
    font-size: 32px;
}

.f24 {
    font-size: 24px;
}

.f18 { 
    font-size: 18px;
}

video,
img {
    width: 100%;
}
