/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2026 | 17:21:12 */
/* MOAB MEDIA — FLUID TYPOGRAPHY */

:root {
  --mb-h1: clamp(3rem, 5vw, 4rem);
  --mb-h2: clamp(2.5rem, 4vw, 3.5rem);
  --mb-h3: clamp(2rem, 3vw, 2.5rem);
  --mb-h4: clamp(1.5rem, 2vw, 2rem);
  --mb-h5: clamp(1.25rem, 2vw, 1.5rem);
  --mb-body: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
}

.mb-h1 .elementor-heading-title {
  font-size: var(--mb-h1);
  line-height: 1;
}

.mb-h2 .elementor-heading-title {
  font-size: var(--mb-h2);
  line-height: 1;
}

.mb-h3 .elementor-heading-title {
  font-size: var(--mb-h3);
  line-height: 1;
}

.mb-h4 .elementor-heading-title {
  font-size: var(--mb-h4);
  line-height: 1;
}

.mb-h5 .elementor-heading-title {
  font-size: var(--mb-h5);
  line-height: 1;
}

.mb-body {
  font-size: var(--mb-body);
  line-height: 1.6;
}