/* font start */

/* poppins start */
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
/* poppins end */

/* snapp start */

@font-face {
    font-family: 'Snapp-Regular';
    src: url('../fonts/snapp/snapp.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.snapp-regular {
    font-family: "Snapp-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* snapp end */

/* peyda start */

@font-face {
    font-family: 'Peyda-Regular';
    src: url('../fonts/peyda/PeydaWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Peyda-Light';
    src: url('../fonts/peyda/peydaWeb-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}



@font-face {
    font-family: 'Peyda-Medium';
    src: url('../fonts/peyda/PeydaWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Peyda-SemiBold';
    src: url('../fonts/peyda/PeydaWeb-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Peyda-Bold';
    src: url('../fonts/peyda/PeydaWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Peyda-Black';
    src: url('../fonts/peyda/PeydaWeb-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}



.peyda-light {
    font-family: 'Peyda-Light', sans-serif;
    font-weight: 300;
}

.peyda-regular {
    font-family: 'Peyda-Regular', sans-serif;
    font-weight: 400;
}

.peyda-medium {
    font-family: 'Peyda-Medium', sans-serif;
    font-weight: 500;
}
.peyda-semibold {
    font-family: 'Peyda-SemiBold', sans-serif;
    font-weight: 600;
}
.peyda-bold {
    font-family: 'Peyda-Bold', sans-serif;
    font-weight: 700;
}
.peyda-black {
    font-family: 'Peyda-Black', sans-serif;
    font-weight: 900;
}

/* peyda end */

/* font end */
