/* --- Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap');

/* --- Colors --- */
:root {
    --main: #a89680;
    --main-light: #efe1cf;
    --main-dark: #100f0f;
    --hover-dark: #ff4700;
    --font-family: 'Barlow Condensed'
}
.mySwiper {
    background-color: white!important;
}
.nav-link:hover {
   color:var(--main)!important; 
}
.link-dark-bg:hover {
    color: var(--main-light) !important;
}