@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

:root {
    --bs-body-font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif !important;
}

body {
    font-family: var(--bs-body-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#blank {
    width: 100%;
    height: 30px;
}

.navbar {
    transition: background-color .3s, backdrop-filter .3s;
}
.navbar.scrolled {
    background-color: rgba(255,255,255,0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#carouselExampleCaptions {
    height: 480px;
    overflow: hidden;
}
#carouselExampleCaptions .carousel-inner,
#carouselExampleCaptions .carousel-item {
    height: 100%;
}
#carouselExampleCaptions img {
    height: 100%;
    object-fit: cover;
}

#headingText {
    margin-left: 5%;
}