﻿        :root {
            --rt-font-body: 'Tajawal', 'Host Grotesk', sans-serif;
            --rt-font-disp: 'Tajawal', sans-serif;
        }
        *, body, h1, h2, h3, h4, h5, h6, .logo-text, .btn-label span, .rt-section-title, .rt-hero__title {
            font-family: 'Tajawal', sans-serif !important;
        }
        body {
            font-family: 'Tajawal', 'Host Grotesk', sans-serif;
            font-style: normal !important;
        }
        *, *::before, *::after {
            font-style: normal !important;
        }
.rt-eyebrow {
    display: block;
    font-family: var(--rt-font-body);
    color: var(--rt-accent);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.rt-section-title {
    font-family: var(--rt-font-disp);
    font-size: clamp(2.2rem, 4.5vw, 4rem);
    font-weight: 500;
    line-height: 1.05;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}
.rt-section-lead {
    font-family: var(--rt-font-body);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #f4f4f2;
    line-height: 1.7;
    opacity: 0.75;
    max-width: 800px;
}
.rt-hero__tag-ar span:last-child {
    font-family: var(--rt-font-disp);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--rt-accent);
}
        .rt-hero__scroll-hint p {
            writing-mode: vertical-rl;
        }
        .rt-hero__inner {
            direction: rtl;
        }
        .rt-hero__content {
            text-align: center;
            align-items: center;
        }
        .rt-bento__step {
            text-align: right;
        }
        .premium-form input, .premium-form textarea {
            text-align: right;
        }
        .form-group label {
            right: 16px;
            left: auto;
        }
        .form-consent {
            text-align: right;
        }
         :root {
            --nw-b100: #181717;
            --nw-b200: #3a3a39;
            --nw-b300: #f5f5f5;
            --nw-acc:   #D47328;
            --nw-s-pad: clamp(4rem, 10vw, 10rem);
            --nw-c-pad: clamp(1.5rem, 5vw, 4rem);
        }
        *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html, body {
            font-family: 'Tajawal', sans-serif;
            background-color: var(--nw-b300);
            color: var(--nw-b100);
            direction: rtl;
        }
