/* 
   Viet Outdoors Custom CSS
   Viết các style tùy chỉnh thuần (vanilla CSS) của bạn vào đây.
   Tệp này được nhúng trực tiếp không qua npm/build.
*/

:root {
    --primary-color: #587C99;
    --secondary-color: #2CA58D;
    --dark-green: #2A442C;
}

/* Ví dụ: Tùy chỉnh thanh trượt */
.carousel-container {
    display: flex;
    transition: transform 0.3s ease-out;
}

.carousel-dots button {
    cursor: pointer;
    outline: none;
}
