/* ==========================================================================
   VINA GROUP - LOCAL FONTS SPECIFICATION
   Primary Font: Nevera
   Directory: /public/assets/fonts/
   ========================================================================== */

/* Estedad-master & Estedad Local Font Specifications */
@font-face {
  font-family: 'Estedad-master';
  src: local('Estedad-master'),
       local('Estedad'),
       url('/fonts/estedad/estedad-arabic-400-normal.woff2') format('woff2'),
       url('/fonts/estedad/estedad-latin-400-normal.woff2') format('woff2');
  font-weight: 100 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Estedad-master';
  src: local('Estedad-master Bold'),
       local('Estedad Bold'),
       url('/fonts/estedad/estedad-arabic-700-normal.woff2') format('woff2'),
       url('/fonts/estedad/estedad-latin-700-normal.woff2') format('woff2');
  font-weight: 600 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Estedad';
  src: local('Estedad'),
       local('Estedad-master'),
       url('/fonts/estedad/estedad-arabic-400-normal.woff2') format('woff2'),
       url('/fonts/estedad/estedad-latin-400-normal.woff2') format('woff2');
  font-weight: 100 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Estedad';
  src: local('Estedad Bold'),
       local('Estedad-master Bold'),
       url('/fonts/estedad/estedad-arabic-700-normal.woff2') format('woff2'),
       url('/fonts/estedad/estedad-latin-700-normal.woff2') format('woff2');
  font-weight: 600 700 900;
  font-style: normal;
  font-display: swap;
}

/* Nevera Font Definitions (Uses local font if installed, or falls back to Estedad) */
@font-face {
  font-family: 'Nevera';
  src: local('Nevera'),
       local('Nevera Regular'),
       local('Nevera-Regular'),
       url('/fonts/estedad/estedad-latin-400-normal.woff2') format('woff2');
  font-weight: 100 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nevera';
  src: local('Nevera Medium'),
       local('Nevera-Medium'),
       url('/fonts/estedad/estedad-latin-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nevera';
  src: local('Nevera SemiBold'),
       local('Nevera-SemiBold'),
       url('/fonts/estedad/estedad-latin-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nevera';
  src: local('Nevera Bold'),
       local('Nevera-Bold'),
       url('/fonts/estedad/estedad-latin-700-normal.woff2') format('woff2');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

/* Dana Font (Persian Body & UI Typography - local with Estedad fallback) */
@font-face {
  font-family: 'Dana';
  src: local('Dana'),
       local('Dana-Regular'),
       url('/fonts/estedad/estedad-arabic-400-normal.woff2') format('woff2');
  font-weight: 400 500 700 800;
  font-style: normal;
  font-display: swap;
}
