@font-face {
    font-family: "Shabnam";
    src: url("../Fonts/Shabnam.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Shabnam";
    src: url("../Fonts/Shabnam-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Shabnam";
    src: url("../Fonts/Shabnam-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Shabnam";
    src: url("../Fonts/Shabnam-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Shabnam";
    src: url("../Fonts/Shabnam-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: "Dana-Light";
    src: url("https://cdn.jsdelivr.net/gh/rastikerdar/dana-font@v1.2.0/dist/Dana-Light.woff2") format("woff2"),
         url("https://cdn.jsdelivr.net/gh/rastikerdar/dana-font@v1.2.0/dist/Dana-Light.woff") format("woff");
    font-weight: 300;
    font-display: swap;
}


