/* SafeEarth base styles. All layout/design lives in native
   Elementor widget settings; this file only provides small resets. */
.elementor a { text-decoration: none; }
.elementor-widget-text-editor p:first-child { margin-top: 0; }
.elementor-widget-text-editor p:last-child { margin-bottom: 0; }
body.elementor-page { -webkit-font-smoothing: antialiased; }

/* Script accent ("Changing World"): keep the font working even if a stale
   plugin copy hijacks the fonts stylesheet handle or a filter strips the
   inline style attribute. */
@font-face { font-family: 'Yellowtail'; font-style: normal; font-weight: 400;
  font-display: swap;
  src: url('fonts/yellowtail-v24-latin-regular.woff2') format('woff2'); }
.se-script { font-family: 'Yellowtail', cursive !important;
  font-weight: 400 !important; font-size: 1.12em; }

/* No default page chrome / body margin above the hero */
body.elementor-page { margin: 0; padding: 0; }
body.elementor-template-canvas { margin: 0 !important; padding: 0 !important; }
