@font-face {
    font-family: "Ubuntu-Bold";
    src: url(../fonts/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: "Ubuntu-Ligh";
    src: url(../fonts/Ubuntu-Light.ttf);
}

@font-face {
    font-family: "Ubuntu-Medium";
    src: url(../fonts/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: "Ubuntu-Regular";
    src: url(../fonts/Ubuntu-Regular.ttf);
}

body {
    font-family: 'Ubuntu', sans-serif;
}

.nav-link {
    text-align: center;
}

.nav {
    font-family: "Ubuntu-Ligh";
}

.services h1 {
    font-family: "Ubuntu-Bold";
}

.services ul {
    font-family: "Ubuntu-Ligh";
}

.card p {
    font-family: "Ubuntu-Medium";
}

.block ul {
    font-family: "Ubuntu-Ligh";
}

.why_we p {
    font-family: "Ubuntu-Ligh";
}

h2 {
    font-family: "Ubuntu-Regular";
}

h3 {
    font-family: "Ubuntu-Bold";
}

.my_form p {
    font-family: "Ubuntu-Regular";
}

.form input {
    font-family: "Ubuntu-Ligh";
}

.form button {
    font-family: "Ubuntu-Ligh";
}

/*-------------------------------------*/

.my_form p span {
    font-family: "Ubuntu-Bold";
}

.font_light {
    font-family: "Ubuntu-Ligh";
    font-size: 0.7em;
}

/*----------------new-tec---------------------*/

h4 {
    font-family: "Ubuntu-Regular";
}

.new-tec p {
    font-family: "Ubuntu-Ligh";
}

.projects p {
    font-family: "Ubuntu-Regular";
}

/*------------------footer-------------------*/

.footer {
    font-family: "Ubuntu-Ligh";
}

/*------------------modal-------------------*/

.modal-body-text .p_1 {
    font-family: "Ubuntu-Bold";
}

.modal-body-text .p_2 {
    font-family: "Ubuntu-Ligh";
}
