﻿:root {
  --main-text-color: #000;
}

p{color:rgb(40,45,60)} 

body > div.content a, body > div.main-head a {
    color: var( --main-text-color) !important;
    cursor: pointer;
}

body > div.content news-item .news-title,
body > div.content .home-vacation,
body > div.content .form-btn,
body > div.content .link-btn {
    color: var( --main-text-color) !important;
}
