/* Typography and font-face for Leadernace */

:root {
  --font-primary:
    'Portada ARA', 'Noto Kufi Arabic', system-ui, -apple-system, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial;
}

/* Portada ARA - place your font files under assets/fonts/ with these names:
   PortadaARA-Regular.woff2
   PortadaARA-Medium.woff2
   PortadaARA-SemiBold.woff2
   PortadaARA-Bold.woff2

   If you don't have the files, add them to assets/fonts/ or update the src paths.
*/

@font-face {
  font-family: 'Portada ARA';
  src: url('../fonts/PortadaARA-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Portada ARA';
  src: url('../fonts/PortadaARA-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Portada ARA';
  src: url('../fonts/PortadaARA-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Portada ARA';
  src: url('../fonts/PortadaARA-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* English / LTR variants can be added with font-family: 'Portada ARA', 'Inter', 'Helvetica Neue', Arial; */
