@font-face {
    font-family: Lufga-light;
    src: url(../font/Demo_Fonts/newFont/LufgaLight.ttf);
}

@font-face {
    font-family: Lufga-regular;
    src: url(../font/Demo_Fonts/newFont/LufgaRegular.ttf);
}

@font-face {
    font-family: Lufga-medium;
    src: url(../font/Demo_Fonts/newFont/LufgaMedium.ttf);
}

@font-face {
    font-family: Lufga-bold;
    src: url(../font/Demo_Fonts/newFont/LufgaSemiBold.ttf);
}

* {
    font-family: Lufga-regular;
}
.py50{
    padding:50px 0px;
}
/* buttons */
.btn {
    display: inline-block;
    font-family: Lufga-light;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.467px;
    padding: 18px 20px;
    border-radius: 0px 10.67px 10.67px 10.67px;
}

.btn-primary {
    background: #22909B;
    color: #fff;
}

.btn-tranparent {
    color: #25224A;
    border: 1px solid #7F798D;
}

h1,
h2 {
    color: #25224A;
    font-family: Lufga-bold;
    font-size: 44.8px;
    font-weight: 700;
    line-height: 50.133px;
}
h2{
        font-family: Lufga-light;
}
h3 {
    color: #25224A;
    font-family: Lufga-regular;
    font-size: 27.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

p {
    color: #000;
    font-family: Lufga-light;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.subhead {
    color: #22909B;
    text-align: center;
    font-family: Lufga-regular;
    font-size: 24.8px;
    font-style: normal;
    font-weight: 500;
}
