/* ============================================
   Custom Font Embed for Email (Brevo-compatible)
   ============================================ */

/* Bold (700) */
@font-face {
  font-family: 'Geometros-Neue-Bold';
  src: url('https://life-events.se/wp-content/uploads/2025/10/geometos_neue_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Extra Bold (800) */
@font-face {
  font-family: 'Geometros-Neue-Extra-Bold';
  src: url('https://life-events.se/wp-content/uploads/2025/10/geometos_neue_extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Black (900) */
@font-face {
  font-family: 'Geometros-Neue-Black';
  src: url('https://life-events.se/wp-content/uploads/2025/10/geometos_neue_black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* === Base styling for your emails === */
body, p, span, td, div {
  font-family: 'MyCustomFont', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Use these when you want heavier weights */
strong, b {
  font-weight: 700;
}

h1, h2, h3 {
  font-weight: 800;
}

h1.black {
  font-weight: 900;
}
