:root {
    --bg-header:#ffffff;
    --text-hover-logo: #2196F3;
    --text-main:#212121;
    --text-p:#757575;
    --bg-hero:#2F303A;
    --team-bg:#F5F4FA;
    --bg-footer:#2F303A;
    --text-footer:#FFFFFF99;
 }
 body {
     font-family: "Roboto", sans-serif;
 }
 .header-logo {
    font-family: "Raleway", sans-serif;
    text-decoration: none;
 }
.header-link {
      text-decoration: none;
      font-size: 14px;
}
.footer-logo {
     font-family: "Raleway", sans-serif;
     text-decoration: none;
}
.footer-link {
    text-decoration: none;
}
.hero-title {
    line-height: 1.4;
}
.hero-btn {
    line-height: 1.88;
}
.details-text {
    line-height: 1.7;
}
.footer-item {
    line-height: 1.7;
}
.portfolio-btn {
    line-height: 1.6;
}
.portfolio-title {
    line-height: 2;
}
.portfolio-category {
    line-height: 1.88;
}