/*
 Theme Name:     Anders Agency
 Description:    Fonts CSS
 Author:         Metzgerwirt
 Author URI:     zum-metzgerwirt.de
 Template:       Divi
 Version:        1.0.0
*/

/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* FONT */

@font-face {
  font-family: "SavoyeLet";
  src: url("/wp-content/uploads/fonts/SavoyeLet.ttf") ;
}
@font-face {
  font-family: "Avenir-Black-Oblique";
  src: url("/wp-content/uploads/fonts/Avenir-BlackOblique.ttf");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("/wp-content/uploads/fonts/Avenir-Medium.ttf");
}
@font-face {
  font-family: "Avenir-Light";
  src: url("/wp-content/uploads/fonts/Avenir-Light.ttf");
}

/* ------------------------------------------------------- */
html{
	font-size:20px !important;
}
body, body p, body .et_pb_text_inner {
  font-family: "Avenir-Medium", sans-serif !important;
  font-size: 0.8rem !important;
  line-height: clamp(1.2rem, 1.5vw + 1rem, 1.5rem) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SavoyeLet", sans-serif !important;
  padding: 0px !important;
  font-weight: 600;
  letter-spacing: 0.1rem !important;
}

h1 {
  font-size: clamp(2.5rem, 4vw + 1rem, 3rem) !important;
}
h2 {
  font-size: clamp(2rem, 3.5vw + 1rem, 2.5rem) !important;
}
h3 {
  font-size: clamp(1.75rem, 3vw + 1rem, 2rem) !important;
}
h4 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 1.75rem) !important;
}
h5 {
  font-size: clamp(1.25rem, 2vw + 1rem, 1.5rem) !important;
}
h6 {
  font-size: clamp(1rem, 1.5vw + 1rem, 1.25rem) !important;
}
