/* Agrecruit Customisations */

/* Merriweather Sans */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&family=Merriweather+Sans:wght@300;400;500;700&family=Poppins:wght@100;300;500&display=swap');

body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Herculanum', 'Merriweather Sans', sans-serif !important;
  /* font-family: 'Merriweather Sans', sans-serif; */
}

h1 {
  font-size: 3.56em !important;
  font-weight: 700;
  color: firebrick !important;
}

h2 {
  font-size: 3.11em;
  font-weight: 500;
}

h3 {
  font-size: 2.67em;
  font-weight: 400;
}

h4 {
  font-size: 2.00em;
  font-weight: 400;
}

h5 {
  font-size: 1.56em;
  font-weight: 400;
}

h6 {
  font-size: 1.22em;
  font-weight: 400;
}

blockquote {
  background-color: #f5f5f5;
  border-left: black 12px solid;
  color: rgb(233, 36, 69, 1);
  font-family: Poppins, sans-serif;
  font-size: 2.00em;
  font-weight: 300;
  padding: 1.11em;
}
