/**
 * GDN custom text styles (textStyles_Ph)
 * Loaded so banner and overlay text can use these fonts in canvas and export.
 */

/* Baloo Chettan 2 - static weights */
@font-face {
  font-family: 'Baloo Chettan 2';
  src: url('/textStyles_Ph/Baloo_Chettan_2/static/BalooChettan2-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo Chettan 2';
  src: url('/textStyles_Ph/Baloo_Chettan_2/static/BalooChettan2-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo Chettan 2';
  src: url('/textStyles_Ph/Baloo_Chettan_2/static/BalooChettan2-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo Chettan 2';
  src: url('/textStyles_Ph/Baloo_Chettan_2/static/BalooChettan2-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo Chettan 2';
  src: url('/textStyles_Ph/Baloo_Chettan_2/static/BalooChettan2-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ML-KV Asif - Regular, Italic, Bold */
@font-face {
  font-family: 'ML-KV Asif';
  src: url('/textStyles_Ph/ML-KV%20Asif%20Bold%20(1)/ML-KV%20Asif.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ML-KV Asif';
  src: url('/textStyles_Ph/ML-KV%20Asif%20Bold%20(1)/ML-KV%20Asif%20Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ML-KV Asif';
  src: url('/textStyles_Ph/ML-KV%20Asif%20Bold%20(1)/ML-KV%20Asif%20Bold%20(1).otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Anek Malayalam - static weights (standard width) */
@font-face {
  font-family: 'Anek Malayalam';
  src: url('/textStyles_Ph/Anek_Malayalam/static/AnekMalayalam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('/textStyles_Ph/Anek_Malayalam/static/AnekMalayalam-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('/textStyles_Ph/Anek_Malayalam/static/AnekMalayalam-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('/textStyles_Ph/Anek_Malayalam/static/AnekMalayalam-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anek Malayalam';
  src: url('/textStyles_Ph/Anek_Malayalam/static/AnekMalayalam-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
