﻿@font-face {
    font-family: "MyCustomFont";
    /*src: url('../font/iranyekan/iranyekanwebregularfanum.woff') format('woff');*/
    src: url("../font/IranianSans/IRANSansXFaNum-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Aviny";
    src: url("../font/aviny.ttf") format("truetype");
}

* {
    font-family:"MyCustomFont", sans-serif !important;
}
.logo-text {
    font-family: "Aviny", Aviny, sans-serif !important;
    font-weight: normal !important;
    font-size:40px
}
tr:has(td code){
    direction: ltr;
}
#preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #2c2c2c; 
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    /* انیمیشن دایره‌ای */
    .loader {
      border: 8px solid #2c2c2c; 
      border-top: 8px solid #e5780b; 
      border-radius: 50%;
      width: 120px;
      height: 120px;
      animation: spin 1s linear infinite;
    }

    /* تعریف انیمیشن چرخش */
    @keyframes spin {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
body.loaded #preloader {
  display: none;
}



 
