:root {
    --primary-color: red;
    --primary: red;
    --primary-color-hover: #2E2E2E;
    /*--secondary-color: #F61717;
    --secondary-color-hover: #C71010;
    --tertiary-color: #E6E6E6;
    --background-color: #E4E4E4;
    --bg-color: #F6F6F6;
    --bg-dark: #262628;
    --light-color: #939393;
    --input-bg: white;
    --background-color-hover: #0074C8;
    --body-fonts: 'Roboto Condensed', sans-serif;
    --heading-fonts: 'Roboto Condensed', sans-serif;
    */
    --font-color: #2E2E2E;
    --heading-color: #2E2E2E;
    /*
    --header-top-bg: #ffffff;
    --header-top-font-size: 14px;
    --header-top-height: 45px;
    --header-top-font-color: white;

    --error-color: #E95B5B;

    --heading-weight: 600;
    --heading-transorm: none;
    --heading-align: left;
    --heading-line-height: 120%;
    --heading-top: 0;
    --heading-bottom: 20px;
    --font-lighter: #aaaaaa;*/
    --font-light: #787878;
    --font-size: 18px;
    --header-font-size: 18px;
    /*--line-height: 130%;
    --font-weight: 400;
    --menu-font-size: 16px;
    --menu-transform: none;
    --h1-size: clamp(30px, 5vw, 50px);
    --h2-size: clamp(26px, 5vw, 32px);
    --h3-size: clamp(23px, 5vw, 28px);
    --h4-size: clamp(20px, 5vw, 24px);
    --h5-size: clamp(18px, 5vw, 20px);
    --h6-size: clamp(16px, 5vw, 18px);*/
    --space: 100px;
    --space-sm: 50px;
    
    --btn-radius: 0;
    --btn-height: 40px;
    --btn-thiner-height: 36px;
    --btn-thin-height: 32px;
    --btn-font-size: 18px;
    --btn-color: white;
    /*
    --border-radius: 15px;
    --border-color: #E4E4E4;
    --border-width: 1px;
    --border: 0;
    --gap: 20px;

    --easing: .2s ease;
    --box-shadow: none;
    --drop-shadow: none;
    --box-shadow-hover: none;
    --homeslider-color: var(--font-color);
    */
    --footer-bottom-bg: transparent;
    --footer-link-color: var(--font-color);
    --footer-bottom-link-color: var(--font-light);
    --footer-bg: #F5F5F5;
    --footer-color: var(--font-color);
    --footer-bottom-color: var(--font-light);
    --fotter-bottom-size: 18px;
    --footer-bottom-decoration: none;
}