@font-face {
        font-family: 'Peyda';
        src: url('../fonts/Peyda-Thin.ttf') format('truetype');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    /* اگر فایل Peyda-Regular.ttf و Peyda-Bold.ttf را دارید، در پوشه assets/fonts قرار دهید.
		   در غیر این صورت می‌توانید 400/700 را به یکی از فایل‌های موجود نگاشت کنید. */

    @font-face {
        font-family: 'Peyda';
        src: url('../fonts/Peyda-SemiBold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Peyda';
        src: url('../fonts/Peyda-ExtraBold.ttf') format('truetype');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }

        @font-face {
            font-family: 'Peyda';
            src: url('../fonts/Peyda-Thin.woff2') format('truetype');
            font-weight: 100;
            font-style: normal;
            font-display: swap;
        }
    
        /* اگر فایل Peyda-Regular.ttf و Peyda-Bold.ttf را دارید، در پوشه assets/fonts قرار دهید.
    		   در غیر این صورت می‌توانید 400/700 را به یکی از فایل‌های موجود نگاشت کنید. */
    
        @font-face {
            font-family: 'Peyda';
            src: url('../fonts/Peyda-SemiBold.woff2') format('truetype');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }
    
        @font-face {
            font-family: 'Peyda';
            src: url('../fonts/Peyda-ExtraBold.woff2') format('truetype');
            font-weight: 800;
            font-style: normal;
            font-display: swap;
        }

    * {
        font-family: 'Peyda', Tahoma, sans-serif !important;
    }