/*
 Theme Name:     Anders Agency
 Description:    Fonts CSS
 Author:         BPBL
 Author URI:     www.bpbl.de.com
 Template:       Divi
 Version:        1.0.0
*/

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

/* FONT */

@font-face {
  font-family: "exo2";
  src: url("/wp-content/uploads/et-fonts/Exo2-Regular.woff") format("woff");
}
@font-face {
  font-family: "bebas";
  src: url("/wp-content/uploads/et-fonts/BebasKai.woff") format("woff");
}

/* ------------------------------------------------------- */

body {
  font-family: "exo2", sans-serif !important;
  font-size: calc(15px + 0.390625vw);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bebas", sans-serif !important;
  text-transform: uppercase;
  padding: 0px !important;
}

h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
  color: #6b929a;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 400px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
}
