/* Add custom CSS styles below */ 
.s-button-outline {
    border-width: 1px;
    border-color: rgb(139 119 9);
}
.s-button-primary-outline {
color: rgb(72 61 2);
}
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: rgb(153 144 6);
}
.footer-is-light .store-footer {color: rgb(0 0 0);
}
.header-btn__icon {border-color: rgb(195 199 80);}