:root {
    --primary-color: #4667aa;
    --secondary-color: #cf642f;
    --a-c: #ea7338;
    --menu-main-level-2-c: #ea7338;;
    --add-to-cart-btn-bg: #ea7338;
    --add-to-cart-btn-bg-hover: #ff5500;
    --text-color: #474747;
    --text-color-light: #646464;
    --caption-color: #000;
}

body {
    font-size: 16px;
}

#logo img {
    max-height: 120px;
}

.top-links .top-links__a {
    font-size: 1rem;
}