@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 70px; /* Fixed navbar height */
    font-family: 'Noto Sans KR', sans-serif;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.card a:not(.btn) {
    text-decoration: none;
    color: inherit;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}
