@import "theme.css";

:root {
    --color-background: #ffffff;
    --color-btn-link: #FEA054;
    --color-text: #000000;
    --color-modal-background: #FFFFFF;

    --color-btn-link-hover: #FEA054b3; /* 0.7 */
    --color-dropdown-item-hover: #FEA05433; /* 0.2 */
    --color-error: #FC2007;
    --color-line: rgba(0 ,0, 0, 0.1);

    --block-img-bg: #7FA8EB;
    --block-btn-color: #FFFFFF;
    --block-btn-bg: #FEA054;
    --block-shadow: #FEA05466;

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