html {
    font-size: 18px;
}

.fi-body{
    background: #f6f1e6 url('/footer.svg') no-repeat left bottom;
    background-size: contain;
    padding-bottom: 5%;
}

.fi-sidebar-item.fi-active > a {
    background-color: #ed756a;
}

.fi-sidebar-item.fi-active > .fi-sidebar-item-btn > .fi-icon,
.fi-sidebar-item.fi-active .fi-sidebar-item-label {
    color: var(--color-white);
}

.fi-color-other {
    --text: #ed756a;
}

.fi-btn.fi-color-other {
    --bg: #ed756a;
    --hover-bg: #9e3629;
    --text: white;
    --hover-text: #f6cac8;
}