
        /*  Variables */
            :root {
                --primary-color: #a02223;
                --secondary-color: #d49f37;
                --body-color: #575757;
                --border-color: #dedede;
                --font-size: 17px;
                --main-title-font-size:40px;
                --second-sub-heading:35px;
                --sub-heading:24px;
            }
        