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

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

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

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