@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/Yekan-Bakh/YekanBakhFaNum-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/Yekan-Bakh/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/Yekan-Bakh/YekanBakhFaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'yekan-bakh-en-num';
    src: url('../fonts/Yekan-Bakh/Yekan-Bakh-EN-07-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/Yekan-Bakh/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --bs-body-font-family: 'yekan-bakh', sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html {
    scroll-behavior: smooth;
}
html body {
    font-family: 'yekan-bakh', sans-serif;
    overflow-x: hidden;
    margin: auto;
    position: relative;
}