/*
Theme Name:     Ruhewald Agathenburg
Theme URI:      https://kronfink.de
Description:    Generatepress child theme.
Author:         Hendrik Meibeck
Author URI:     https://hendrikmeibeck.com
Template:       generatepress
Version:        0.1.0
*/

/* Fluid Typography Scale */
p,
span,
.la-p {
  font-size: clamp(1.0417rem, 0.947rem + 0.3788vw, 1.25rem);
}

h1,
.la-h1 {
  font-size: clamp(2.75rem, 10vw, 6.0675rem);
}

h2,
.la-h2 {
  font-size: clamp(1.8125rem, 8vw, 3.375rem);
  margin-bottom: 1.2rem;
  line-height: 1.1em;
}
h3,
.la-h3 {
  font-size: clamp(2.3438rem, 2.1307rem + 0.8523vw, 1.8125rem);
  hyphens: auto;
}
h4,
.la-h4 {
  font-size: clamp(1.875rem, 1.7045rem + 0.6818vw, 2.25rem);
  font-weight: 500;
  hyphens: auto;
}
h5,
.la-h5 {
  font-size: clamp(1.5625rem, 1.4205rem + 0.5682vw, 1.875rem);
}
h6,
.la-h6 {
  font-size: clamp(1.4063rem, 1.2784rem + 0.5114vw, 1.6875rem);
}
