@font-face {
            font-family: 'Yekan';
            src: url('fonts/Yekan.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'ُIranSans';
            src: url('fonts/IranSans.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

        body {
            font-family: 'ُIranSans', sans-serif;
        }

        .section-bg-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -60%);
            font-size: 5rem;
            color: #c00;
            opacity: 0.09;
            font-weight: bold;
            white-space: nowrap;
            pointer-events: none;
            z-index: 0;
            user-select: none;
        }