@font-face {
    font-family: Kamand;
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/kamand/woff/Kamand-Light.woff') format('woff'),
        url('/fonts/kamand/woff2/Kamand-Light.woff2') format('woff2');
}

@font-face {
    font-family: Kamand;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/kamand/woff/Kamand-Regular.woff') format('woff'),
        url('/fonts/kamand/woff2/Kamand-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Kamand;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/kamand/woff/Kamand-Medium.woff') format('woff'),
        url('/fonts/kamand/woff2/Kamand-Medium.woff2') format('woff2');
}

@font-face {
    font-family: Kamand;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/kamand/woff/Kamand-Bold.woff') format('woff'),
        url('/fonts/kamand/woff2/Kamand-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Kamand;
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    src: url('/fonts/kamand/woff/Kamand-ExtraBold.woff') format('woff'),
        url('/fonts/kamand/woff2/Kamand-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Kamand;
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/kamand/woff/Kamand-Black.woff') format('woff'),
        url('/fonts/kamand/woff2/Kamand-Black.woff2') format('woff2');
}

@font-face {
    font-family: Kamand;
    font-style: normal;
    font-weight: 950;
    src: url('/fonts/kamand/woff/Kamand-ExtraBlack.woff') format('woff'),
        url('/fonts/kamand/woff2/Kamand-ExtraBlack.woff2') format('woff2');
}

html,
body {
    font-family: 'Kamand', 'Vazirmatn', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
        sans-serif;
}