﻿/* ============================================ */
/* NOTO SERIF DEVANAGARI - मुख्य हिंदी फॉन्ट */
/* ============================================ */

@font-face {
  font-display: swap;
  font-family: 'Noto Serif Devanagari';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-devanagari-v34-devanagari-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Noto Serif Devanagari';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-devanagari-v34-devanagari-700.woff2') format('woff2');
}

/* ============================================ */
/* POPPINS - आधुनिक लुक के लिए */
/* ============================================ */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-devanagari-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v24-devanagari-700.woff2') format('woff2');
}

/* ============================================ */
/* AKSHAR - आकर्षक हेडिंग के लिए (Optional) */
/* ============================================ */

@font-face {
  font-display: swap;
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/akshar-v17-devanagari-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/akshar-v17-devanagari-600.woff2') format('woff2');
}

/* ============================================ */
/* AMITA - पारंपरिक/calligraphy स्टाइल के लिए */
/* ============================================ */

@font-face {
  font-display: swap;
  font-family: 'Amita';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amita-v20-devanagari_latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Amita';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/amita-v20-devanagari_latin-700.woff2') format('woff2');
}