/* =========================
   GELICA WEB FONT (Email)
   ========================= */

/* Regular (400) */
@font-face {
  font-family: 'Gelica';
  font-style: normal;
  font-weight: 400;
  src: url(https://brxcdn.com/eng-app-storage/2fbaf5f0-c033-11ee-8b0c-76d890ef0d8b/media/original/f3cf3340-d74a-11f0-9425-a27d38a105dc) format('woff');
}

/* Bold (700) */
@font-face {
  font-family: 'Gelica';
  font-style: normal;
  font-weight: 700;
  src: url(https://brxcdn.com/eng-app-storage/2fbaf5f0-c033-11ee-8b0c-76d890ef0d8b/media/original/f0a7b0f2-d74a-11f0-98e5-36d189e97fe1) format('woff');
}

/* =========================
   FALLBACK STACK (Apply to elements)
   ========================= */

/* Use this on headings / any element you want in Gelica */
.gelica,
h1.gelica, h2.gelica, h3.gelica {
  font-family: 'Gelica', Georgia, serif;
}

/* If you’re applying to all headings, use this instead (or as well) */
h1, h2, h3 {
  font-family: 'Gelica', Georgia, serif;
}

/* Ensure bold headings still fall back cleanly */
strong, b,
h1 strong, h2 strong, h3 strong {
  font-weight: 700;
}