@font-face {
    font-family: "BakhReg";
    src: url("../../fonts/Bakh-Reg/bakh-regular.woff") format("woff"),
         url("../../fonts/Bakh-Reg/Yekan-Bakh-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BakhBold";
    src: url("../../fonts/Bakh-Bold/Yekan-Bakh-Bold.woff") format("woff"),
         url("../../fonts/Bakh-Bold/Yekan-Bakh-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BakhFat";
    src: url("../../fonts/Bakh-Fat/Yekan-Bakh-Fat.woff") format("woff"),
         url("../../fonts/Bakh-Fat/Yekan-Bakh-Fat.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BlockGraphic";
    src: url("../../fonts/specimen/webfonts/Block-VF.woff2") format("woff2"),
         url("../../fonts/specimen/Block-VF.ttf") format("truetype");
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: "BakhFat", "BakhReg", Tahoma, sans-serif;
}

p, span, label, input, textarea, select, button, li, small, .text-sm, .text-xs, .text-base, .text-lg {
    font-family: "BakhReg", Tahoma, sans-serif;
}

b, strong, h1, h2, h3, h4, h5, h6, .font-bold, .font-semibold, .font-extrabold {
    font-family: "BakhBold", "BakhReg", Tahoma, sans-serif;
}

.hero-title, .section-title, .display-title, .graphic-title {
    font-family: "BlockGraphic", "BakhBold", Tahoma, sans-serif !important;
}
