@import "theme.css";

:root {
    --color-background: #391603;
    --color-btn-link: #44cbe0;
    --color-text: #FEFEFE;
    --color-modal-background: #613714;

    --color-btn-link-hover: #44cbe0b3; /* 0.7 */
    --color-dropdown-item-hover: #44cbe033; /* 0.2 */
    --color-error: #ff8d98;
    --color-line: rgba(254 ,254, 254, 0.1);

    --block-img-bg: #4FA5B2;
    --block-btn-color: #FFFFFF;
    --block-btn-bg: #44cbe0;
    --block-shadow: #44cbe066;

    --icon-close: url(/img/landing/themes/dark.yellow/modal/close.svg);
    --icon-shopping-basket: url(/img/landing/themes/dark.yellow/shopping-basket.svg);
    --icon-chevron-down: url(/img/landing/themes/dark.yellow/chevron-down.svg);
    --icon-chevron-up: url(/img/landing/themes/dark.yellow/chevron-up.svg);
    --icon-input-number-arrow: url(/img/landing/themes/dark.yellow/input-number-arrow.svg);
    --icon-to-basket: url(/img/landing/themes/dark.yellow/combined-shape.svg);
    --icon-empty-cart: url(/img/landing/themes/dark.yellow/empty-cart.svg);
    --icon-info-approve: url(/img/landing/themes/dark.yellow/approved.svg);
    --icon-info-pending: url(/img/landing/themes/dark.yellow/pending.svg);
    --icon-search: url(/img/landing/themes/dark.yellow/icons/search.svg);
}
