﻿:root {
  --font-base: 'Zain', sans-serif;
}

@font-face {
  font-family: 'Zain';
  src: url('../fonts/Zain-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Zain';
  src: url('../fonts/Zain-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Zain';
  src: url('../fonts/Zain-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

body {
  direction: rtl;
  text-align: right;
  font-family: var(--font-base);
}

.nav,
.hero-features,
.hero-buttons,
.nav-links,
.nav-actions {
  direction: rtl;
}

.section-header,
.services-header,
.projects-header,
.faq-header,
.contact-header {
  text-align: center;
}

.faq-question {
  font-family: var(--font-base);
  text-align: right;
}

.brand-name,
.footer-brand-link h3 {
  font-family: var(--font-base);
}

.image-badge {
  left: auto;
  right: 30px;
}

@media (max-width: 768px) {
  body {
    text-align: right;
  }
}


