﻿@font-face {
    font-family: "primary-font";
    font-weight: 900;
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Heavy.ttf');
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: "primary-font";
    font-weight: bold;
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Bold.ttf');
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "primary-font";
    font-weight: 500;
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Medium.ttf');
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "primary-font";
    font-weight: 300;
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Light.ttf');
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Light.ttf') format('truetype');
}

@font-face {
    font-family: "primary-font";
    font-weight: normal;
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Regular.ttf');
    src: url('/fonts/yekanbakh/ttf/YekanBakh-Regular.ttf') format('truetype');
}
