﻿@font-face {
    font-family: 'yekanbakh';
    src: url('../assets/font/YekanBakhRegular.otf') format('opentype');
}

@font-face {
    font-family: 'yekanbakh';
    font-weight: bold;
    src: url('../assets/font/YekanBakhBold.otf') format('opentype');
}

* {
    scroll-behavior: smooth;
}