/* Root Variables */
:root {
    --primary: #E4A853;
}

/* Body Styles */
body {
    font-family: "Roboto", sans-serif !important;
    background: #FFF3E0 !important;
}

/* Navbar Styles */
.navbar-nav {
    font-weight: bold;
    color: var(--primary) !important;
}

.navbar-nav .nav-link.active {
    background-color: var(--primary) !important;
    color: #ffffff !important;
}

/* Button Styles */
.btn-primary {
    background-color: #F4A261 !important;
    color: #ffffff !important;
}