body {
    font-family: 'Josefin Sans', sans-serif;
}

.btn-dangki {
    background-color: #8B4513;
    border: none;
    transition: background-color 0.3s;
}

.btn-dangki:hover {
    background-color: #6d360f;
}

.form-control {
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #ced4da;
}

.form-control:focus {
    border-color: #8B4513;
    box-shadow: 0 0 0 0.25rem rgba(139, 69, 19, 0.25);
}

.footer-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer-link:hover {
    color: white;
}

.sidebar-menu a:hover,
.hover-bg-light:hover {
    background-color: #f8f9fa !important;
    transform: translateX(5px);
    transition: all 0.3s ease;
}

.sidebar-menu a {
    transition: all 0.3s ease;
}

.offcanvas {
    width: 320px !important;
}

.btn-fixed-left {
    top: 20px;
    left: 20px;
    z-index: 1000;
}

.btn-fixed-right {
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.sidebar-banner {
    height: 120px;
    overflow: hidden;
}

.sidebar-banner img {
    object-fit: cover;
}

.menu-heading {
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.title-brown {
    color: #8B4513;
}

.link-brown {
    color: #8B4513;
}