@charset "UTF-8";

/*
Theme Name: Brain Academy
Author: Ashraf Akbarov
Description: Brain Academy web site
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brainacademy.com.az
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
    --theme-color: #9C29B2;
    --vs-secondary-color: #88c90d;
    --title-color: #103741;
    --body-color: #74787c;
    --smoke-color: #f9f6ef;
    --smoke-theme: #fef5ff;
    --light-color: #9b9b9b;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --blue-color: #786acf;
    --border-color: rgb(238, 241, 242);
    --title-font: "Baloo 2", cursive;
    --para-font: "Baloo 2", sans-serif;
    --body-font: "Baloo 2", cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}