/* font-weight : 900 */
@font-face {
    font-family: "Pinar";
    font-style: normal;
    font-weight: 900;
	  font-display: swap;
    src: url("../fonts/Pinar/woff2/Pinar-FD-Black.woff2") format("woff2");
}

/* font-weight : 800 */
@font-face {
    font-family: "Pinar";
    font-style: normal;
    font-weight: 800;
	  font-display: swap;

    src: url("../fonts/Pinar/woff2/Pinar-FD-ExtraBold.woff2") format("woff2");
}

/* font-weight : 600 */
@font-face {
    font-family: "Pinar";
    font-style: normal;
    font-weight: 600;
	  font-display: swap;

    src: url("../fonts/Pinar/woff2/Pinar-FD-SemiBold.woff2") format("woff2");
}


/* font-weight : 500 */
@font-face {
    font-family: "Pinar";
    font-style: normal;
    font-weight: 500;
	  font-display: swap;

    src: url("../fonts/Pinar/woff2/Pinar-FD-Medium.woff2") format("woff2");
}


/* font-weight : 300 */
@font-face {
    font-family: "Pinar";
    font-style: normal;
    font-weight: 300;
	  font-display: swap;

    src: url("../fonts/Pinar/woff2/Pinar-FD-Light.woff2") format("woff2");
}