@font-face {
    font-family: bold;
    src: url(../Fonts/Vazirmatn-Bold.ttf);
}

@font-face {
    font-family: medium;
    src: url(../Fonts/Vazirmatn-SemiBold.ttf);
}

@font-face {
    font-family: thin;
    src: url(../Fonts/Vazirmatn-Medium.ttf);
}

@font-face {
    font-family: light;
    src: url(../Fonts/Vazirmatn-Regular.ttf);
}

nav a {
    font-family: bold;
}

.services-page-title {
    font-family: bold;
}

.section-1 {
    font-family: medium;
}

.section-2 {
    font-family: light;
}

.section-3 {
    font-family: light;
}

.section-4 {
    font-family: light;
}

.active {
    color: #17A6B9;
}

.services-page-title h1 {
    font-family: title2;
}

.services-page-title span {
    font-family: title;
}

.section-1 {
    background-image: url('../images/corporate-business-handshake-partners\ 1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* font-family: title2; */
}

.section-1 h1 {
    font-family: title-bold;
}