/* QuduraTech Custom Fonts */
@font-face {
    font-family: 'HelveticaNeue-SKY';
    src: url('/images/fonts/Helvetica Neue W23 for SKY Reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-SKY';
    src: url('/images/fonts/Helvetica Neue W23 for SKY Bd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-SKY';
    src: url('/images/fonts/Helvetica Neue W23 for SKY bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-SKY';
    src: url('/images/fonts/helveticabold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-SKY';
    src: url('/images/fonts/HelveticaNeueW23-Reg.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-SKY';
    src: url('/images/fonts/ArbFONTS-HelveticaNeueW23forSKY-Reg.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Font Classes */
.font-primary {
    font-family: 'HelveticaNeue-SKY', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

/* Typography Scale */
.text-display {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 800;
}

.text-heading-1 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
}

.text-heading-2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
}

.text-heading-3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
}

.text-body-large {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
}

.text-body {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

.text-body-small {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
}

.text-caption {
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 500;
}

/* Arabic Typography */
[dir="rtl"] .text-display,
[dir="rtl"] .text-heading-1,
[dir="rtl"] .text-heading-2,
[dir="rtl"] .text-heading-3 {
    font-weight: 700;
}

[dir="rtl"] .text-body-large,
[dir="rtl"] .text-body {
    font-weight: 400;
}

[dir="rtl"] .text-body-small,
[dir="rtl"] .text-caption {
    font-weight: 500;
}
