:root {
    --theme-color: #FFAF00;
    --theme-color2: #FE8900;
    --theme-color3: #FFC000;
    --title-color: #121212;
    --body-color: #797E88;
    --smoke-color: #F6F6F6;
    --smoke-color2: #F5F5F5;
    --black-color: #000000;
    --black-color2: #111111;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #D8DDE1;
    --th-border-color2: #303030;
    --dark-color: #021526;
    --title-font: "Play", serif;
    --body-font: "DM Sans", serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
