/* 
Theme Name: wynd website
Theme URI: https://github.com/wynd-de/wynd-website-theme/
Description: wynd website is a WordPress theme built for Elementor. It focuses on clean code, accessibility and performance for websites.
Author: wynd - Nicky GmbH
Author URI: https://wynd.de/
Version: 2.0.1
Text Domain: wynd-website
License: Proprietary - Company Use Only
License URI: https://github.com/wynd-de/wynd-website-theme/LICENSE.md
*/

/* 
**************
* IMPORTANT: Please use the Elementor global settings for custom CSS to add global custom styles
**************
*/
.wynd-website-kit {
    /* general */
    --transition-default: 0.3s ease-in-out;
    --font-size-responsive-factor-large: 0.6;
    --font-size-responsive-factor-medium: 0.9;

    /* checkbox and radio button */
    --color-checkbox-checked-background: var(--color-primary-main);
    --color-checkbox-checked-border: var(--color-primary-main);
    --color-checkbox-checkmark: var(--color-primary-text, #000000);
    --color-checkbox-disabled-checkmark: var(--color-gray-500, #969696);
    --color-checkbox-disabled-background: var(--color-gray-300, #d9d9d9);
    --color-checkbox-disabled-border: var(--color-gray-300, #d9d9d9);
    --color-checkbox-unchecked-background: var(--color-page-bg, #ffffff);
    --color-checkbox-unchecked-border: var(--color-gray-200, #e9e9e9);

    /* select/dropdown */
    --border-width-select-icon: 2px;
    --size-select-icon: 10px;
}
